projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4f3add
)
ARM: include linux/highmem.h in uaccess functions
author
Arnd Bergmann
<arnd@arndb.de>
Mon, 6 Jun 2011 16:56:21 +0000
(16:56 +0000)
committer
Arnd Bergmann
<arnd@arndb.de>
Sun, 2 Oct 2011 13:44:32 +0000
(15:44 +0200)
When highpte support is enabled, this is required to build
the kernel.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/lib/uaccess_with_memcpy.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/lib/uaccess_with_memcpy.c
b/arch/arm/lib/uaccess_with_memcpy.c
index 8b9b13649f8170304245466a9409ce5e5ae2018b..025f742dd4df6bf79b279babd264980d851f01d5 100644
(file)
--- a/
arch/arm/lib/uaccess_with_memcpy.c
+++ b/
arch/arm/lib/uaccess_with_memcpy.c
@@
-17,6
+17,7
@@
#include <linux/sched.h>
#include <linux/hardirq.h> /* for in_atomic() */
#include <linux/gfp.h>
+#include <linux/highmem.h>
#include <asm/current.h>
#include <asm/page.h>