diff options
author | Ian Kent | 2018-06-07 17:11:48 -0700 |
---|---|---|
committer | Linus Torvalds | 2018-06-07 17:34:40 -0700 |
commit | 6471e93863d6494e74e99ae2bdffac9c46571f81 (patch) | |
tree | d56eaf9e2fa0da377280f08fec1b0d9e746c7aa2 /fs/autofs/inode.c | |
parent | 8240b716e200b3da215ea5a22a49f76f2c846a78 (diff) |
autofs: clean up includes
Remove includes that aren't needed from autofs (and fs/compat_ioctl.c).
Link: http://lkml.kernel.org/r/152635085258.5968.9743527195522188148.stgit@pluto.themaw.net
Signed-off-by: Ian Kent <raven@themaw.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/autofs/inode.c')
-rw-r--r-- | fs/autofs/inode.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/fs/autofs/inode.c b/fs/autofs/inode.c index 6262819ede45..b51980fc274e 100644 --- a/fs/autofs/inode.c +++ b/fs/autofs/inode.c @@ -7,16 +7,12 @@ * option, any later version, incorporated herein by reference. */ -#include <linux/kernel.h> -#include <linux/slab.h> -#include <linux/file.h> #include <linux/seq_file.h> #include <linux/pagemap.h> #include <linux/parser.h> -#include <linux/bitops.h> #include <linux/magic.h> + #include "autofs_i.h" -#include <linux/module.h> struct autofs_info *autofs_new_ino(struct autofs_sb_info *sbi) { |