Commit 5d0e9fbf authored by Russell King's avatar Russell King

[ARM] uaccess.h should include asm/memory.h not asm/arch/memory.h

parent b27e807e
......@@ -13,7 +13,7 @@
*/
#include <linux/sched.h>
#include <asm/errno.h>
#include <asm/arch/memory.h>
#include <asm/memory.h>
#include <asm/domain.h>
#include <asm/system.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