diff options
author | Elliott Hughes <enh@google.com> | 2014-02-25 00:06:51 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-02-25 00:06:51 +0000 |
commit | abd0a90bc02b2f574ea62a457d3302b1ce7cf7c8 (patch) | |
tree | 5682e9c55d4ff93c4e939021f5df7aba529a0bef /modules | |
parent | 055c209a15788ead2043e9fe162169df460d3a53 (diff) | |
parent | b96f1083b8d10f3e33b64f0da943dedfdb25b557 (diff) | |
download | hardware_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.h | 6 |
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> |