From: Al Viro Date: Mon, 5 Sep 2016 03:04:32 +0000 (-0400) Subject: mn10300: remove a bogus processor.h->uaccess.h include X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a31b821d8c189a6e6eee92f6c55989ce722e8089;p=linux-beck.git 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 --- 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 #include #include -#include #include /* Forward declaration, a strange C thing */