Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -17,6 +17,7 @@
#include <linux/sched.h>
#include <linux/sched.h>
#include <linux/hardirq.h> /* for in_atomic() */
#include <linux/hardirq.h> /* for in_atomic() */
#include <linux/gfp.h>
#include <linux/gfp.h>
#include <linux/highmem.h>
#include <asm/current.h>
#include <asm/current.h>
#include <asm/page.h>
#include <asm/page.h>