summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-02-25 00:01:47 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-02-25 00:01:48 +0000
commitb96f1083b8d10f3e33b64f0da943dedfdb25b557 (patch)
tree134ccbc5ccc8bebc84ab7ce4680fb24c8eb1f0c5
parent80d4eced69f4d1e9f9ef97b5f4f26868cd76ae26 (diff)
parent6caa78dc37e58b951d37ec51682acab713b344c3 (diff)
downloadlibhardware-b96f1083b8d10f3e33b64f0da943dedfdb25b557.tar.gz
Merge "Move libhardware of <asm/page.h>."
-rw-r--r--modules/gralloc/gr.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/modules/gralloc/gr.h b/modules/gralloc/gr.h
index 3a43aa7a..732b6bcb 100644
--- a/modules/gralloc/gr.h
+++ b/modules/gralloc/gr.h
@@ -18,11 +18,7 @@
#define GR_H_
#include <stdint.h>
-#ifdef HAVE_ANDROID_OS // just want PAGE_SIZE define
-# include <asm/page.h>
-#else
-# include <sys/user.h>
-#endif
+#include <sys/user.h>
#include <limits.h>
#include <sys/cdefs.h>
#include <hardware/gralloc.h>