projects
/
GitHub
/
LineageOS
/
android_hardware_samsung_slsi_exynos5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6c4cd2
)
Remove #include <asm/page.h>.
author
Elliott Hughes
<enh@google.com>
Tue, 25 Feb 2014 00:28:31 +0000
(16:28 -0800)
committer
Elliott Hughes
<enh@google.com>
Tue, 25 Feb 2014 00:28:31 +0000
(16:28 -0800)
Change-Id: I29a9f289cc053aaf017aa316bc9232885139e0e4
gralloc/gralloc.cpp
patch
|
blob
|
blame
|
history
diff --git
a/gralloc/gralloc.cpp
b/gralloc/gralloc.cpp
index ece99641d9859e0f1c2b97ea733bdfbb054947dc..9e768aeda50b0c65115fc2f744a8fb8013f28709 100644
(file)
--- a/
gralloc/gralloc.cpp
+++ b/
gralloc/gralloc.cpp
@@
-14,11
+14,6
@@
* limitations under the License.
*/
-#ifdef HAVE_ANDROID_OS // just want PAGE_SIZE define
-# include <asm/page.h>
-#else
-# include <sys/user.h>
-#endif
#include <limits.h>
#include <unistd.h>
#include <fcntl.h>