ARM: include linux/highmem.h in uaccess functions
authorArnd Bergmann <arnd@arndb.de>
Mon, 6 Jun 2011 16:56:21 +0000 (16:56 +0000)
committerArnd 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

index 8b9b136..025f742 100644 (file)
@@ -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>