mn10300: remove a bogus processor.h->uaccess.h include
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 5 Sep 2016 03:04:32 +0000 (23:04 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 28 Sep 2016 01:15:22 +0000 (21:15 -0400)
The only reason it used to be needed had been a (bogus) use of
set_fs() in start_thread() and that got removed in 2011...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
arch/mn10300/include/asm/processor.h

index 769d5ed..b10ba12 100644 (file)
@@ -18,7 +18,6 @@
 #include <asm/page.h>
 #include <asm/ptrace.h>
 #include <asm/cpu-regs.h>
-#include <asm/uaccess.h>
 #include <asm/current.h>
 
 /* Forward declaration, a strange C thing */