summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-02-25 00:06:51 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-02-25 00:06:51 +0000
commitabd0a90bc02b2f574ea62a457d3302b1ce7cf7c8 (patch)
tree5682e9c55d4ff93c4e939021f5df7aba529a0bef /modules
parent055c209a15788ead2043e9fe162169df460d3a53 (diff)
parentb96f1083b8d10f3e33b64f0da943dedfdb25b557 (diff)
downloadhardware_libhardware-abd0a90bc02b2f574ea62a457d3302b1ce7cf7c8.zip
hardware_libhardware-abd0a90bc02b2f574ea62a457d3302b1ce7cf7c8.tar.gz
hardware_libhardware-abd0a90bc02b2f574ea62a457d3302b1ce7cf7c8.tar.bz2
am b96f1083: Merge "Move libhardware of <asm/page.h>."
* commit 'b96f1083b8d10f3e33b64f0da943dedfdb25b557': Move libhardware of <asm/page.h>.
Diffstat (limited to 'modules')
-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 3a43aa7..732b6bc 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>