projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7658023
)
mn10300: remove a bogus processor.h->uaccess.h include
author
Al Viro
<viro@zeniv.linux.org.uk>
Mon, 5 Sep 2016 03:04:32 +0000
(23:04 -0400)
committer
Al 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/mn10300/include/asm/processor.h
b/arch/mn10300/include/asm/processor.h
index 769d5ed8e9923c7f4da6b79eef9a53c5a888e8be..b10ba121c849c4167551f9a44f7ac2a37b4480d1 100644
(file)
--- 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 */