Commit 7816e210 authored by Arnd Bergmann's avatar Arnd Bergmann

ARM: include linux/highmem.h in uaccess functions

When highpte support is enabled, this is required to build
the kernel.
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent d4f3add2
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment