mm/mremap.c: use linux headers
authorPaul McQuade <[email protected]>
Thu, 9 Oct 2014 22:29:01 +0000 (15:29 -0700)
committerLinus Torvalds <[email protected]>
Fri, 10 Oct 2014 02:26:00 +0000 (22:26 -0400)
"WARNING: Use #include <linux/uaccess.h> instead of <asm/uaccess.h>"

Signed-off-by: Paul McQuade <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/mremap.c

index 89e45d8a983a207a0c3b259b59a23e6f7bb19245..b147f66f4c40f8a639def879df125f48e8c5595c 100644 (file)
@@ -21,8 +21,8 @@
 #include <linux/syscalls.h>
 #include <linux/mmu_notifier.h>
 #include <linux/sched/sysctl.h>
+#include <linux/uaccess.h>
 
-#include <asm/uaccess.h>
 #include <asm/cacheflush.h>
 #include <asm/tlbflush.h>