diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2018-02-22 20:28:50 +0100 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2018-02-22 20:28:50 +0100 |
commit | 304ec482f562885b178b370cd50340447585d1c0 (patch) | |
tree | 2c3af786edfaa06df4d5829bfc369b38f1b8fc77 /arch/arc/kernel | |
parent | [poll] annotate SAA6588_CMD_POLL users (diff) | |
download | linux-304ec482f562885b178b370cd50340447585d1c0.tar.xz linux-304ec482f562885b178b370cd50340447585d1c0.zip |
get rid of pointless includes of fs_struct.h
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/arc/kernel')
-rw-r--r-- | arch/arc/kernel/troubleshoot.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arc/kernel/troubleshoot.c b/arch/arc/kernel/troubleshoot.c index 6e9a0a9a6a04..783b20354f8b 100644 --- a/arch/arc/kernel/troubleshoot.c +++ b/arch/arc/kernel/troubleshoot.c @@ -10,7 +10,6 @@ #include <linux/mm.h> #include <linux/fs.h> #include <linux/kdev_t.h> -#include <linux/fs_struct.h> #include <linux/proc_fs.h> #include <linux/file.h> #include <linux/sched/mm.h> |