diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2016-09-04 23:04:32 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2016-09-27 21:15:22 -0400 |
commit | a31b821d8c189a6e6eee92f6c55989ce722e8089 (patch) | |
tree | 248ad563db4171aed8d442e20777e69b464d92c9 /arch | |
parent | 76580237d13fbfcd55acbc8fdd6726be7080a275 (diff) | |
download | blackbird-obmc-linux-a31b821d8c189a6e6eee92f6c55989ce722e8089.tar.gz blackbird-obmc-linux-a31b821d8c189a6e6eee92f6c55989ce722e8089.zip |
mn10300: remove a bogus processor.h->uaccess.h include
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mn10300/include/asm/processor.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mn10300/include/asm/processor.h b/arch/mn10300/include/asm/processor.h index 769d5ed8e992..b10ba121c849 100644 --- a/arch/mn10300/include/asm/processor.h +++ b/arch/mn10300/include/asm/processor.h @@ -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 */ |