浏览代码

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>
Arnd Bergmann 14 年之前
父节点
当前提交
7816e210a7
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      arch/arm/lib/uaccess_with_memcpy.c

+ 1 - 0
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>