diff options
| -rw-r--r-- | msm8960/libgralloc/gr.h | 6 | ||||
| -rw-r--r-- | msm8974/libgralloc/gr.h | 6 | ||||
| -rw-r--r-- | msm8x26/libgralloc/gr.h | 6 |
3 files changed, 3 insertions, 15 deletions
diff --git a/msm8960/libgralloc/gr.h b/msm8960/libgralloc/gr.h index 5343c351..359b8db7 100644 --- a/msm8960/libgralloc/gr.h +++ b/msm8960/libgralloc/gr.h @@ -19,11 +19,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> diff --git a/msm8974/libgralloc/gr.h b/msm8974/libgralloc/gr.h index 5343c351..359b8db7 100644 --- a/msm8974/libgralloc/gr.h +++ b/msm8974/libgralloc/gr.h @@ -19,11 +19,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> diff --git a/msm8x26/libgralloc/gr.h b/msm8x26/libgralloc/gr.h index 5343c351..359b8db7 100644 --- a/msm8x26/libgralloc/gr.h +++ b/msm8x26/libgralloc/gr.h @@ -19,11 +19,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> |
