Skip to content

Commit

Permalink
mn10300: remove a bogus processor.h->uaccess.h include
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Al Viro committed Sep 28, 2016
1 parent 7658023 commit a31b821
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/mn10300/include/asm/processor.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit a31b821

Please sign in to comment.