diff options
author | Arnd Bergmann <arnd@arndb.de> | 2011-06-06 12:56:21 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2011-10-02 09:44:32 -0400 |
commit | 7816e210a7e4681fb775bbb57bffbef3cc4aa456 (patch) | |
tree | dd8cb6c7c778670e1dfe2d029e0e2c03a77da8bd /arch/arm/lib | |
parent | d4f3add28bd90caddd5a39e422aed621d57f89a8 (diff) |
ARM: include linux/highmem.h in uaccess functions
When highpte support is enabled, this is required to build
the kernel.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/lib')
-rw-r--r-- | arch/arm/lib/uaccess_with_memcpy.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/lib/uaccess_with_memcpy.c b/arch/arm/lib/uaccess_with_memcpy.c index 8b9b13649f81..025f742dd4df 100644 --- a/arch/arm/lib/uaccess_with_memcpy.c +++ b/arch/arm/lib/uaccess_with_memcpy.c | |||
@@ -17,6 +17,7 @@ | |||
17 | #include <linux/sched.h> | 17 | #include <linux/sched.h> |
18 | #include <linux/hardirq.h> /* for in_atomic() */ | 18 | #include <linux/hardirq.h> /* for in_atomic() */ |
19 | #include <linux/gfp.h> | 19 | #include <linux/gfp.h> |
20 | #include <linux/highmem.h> | ||
20 | #include <asm/current.h> | 21 | #include <asm/current.h> |
21 | #include <asm/page.h> | 22 | #include <asm/page.h> |
22 | 23 | ||