Move qcom off <asm/page.h>.

Change-Id: If6cc0e55b90df72aed2851eb35af166af1e0a24b
This commit is contained in:
Elliott Hughes 2014-02-24 15:47:28 -08:00
parent 560adeb435
commit bec6017f76
3 changed files with 3 additions and 15 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>