commit | b96f1083b8d10f3e33b64f0da943dedfdb25b557 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Feb 25 00:01:47 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Feb 25 00:01:48 2014 +0000 |
tree | 134ccbc5ccc8bebc84ab7ce4680fb24c8eb1f0c5 | |
parent | 80d4eced69f4d1e9f9ef97b5f4f26868cd76ae26 [diff] | |
parent | 6caa78dc37e58b951d37ec51682acab713b344c3 [diff] |
Merge "Move libhardware of <asm/page.h>."
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>