diff options
author | Ian Kent <raven@themaw.net> | 2018-06-07 20:11:48 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-06-07 20:34:40 -0400 |
commit | 6471e93863d6494e74e99ae2bdffac9c46571f81 (patch) | |
tree | d56eaf9e2fa0da377280f08fec1b0d9e746c7aa2 /fs/autofs/dev-ioctl.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/dev-ioctl.c')
-rw-r--r-- | fs/autofs/dev-ioctl.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/fs/autofs/dev-ioctl.c b/fs/autofs/dev-ioctl.c index a2281ab2b957..ea4ca1445ab7 100644 --- a/fs/autofs/dev-ioctl.c +++ b/fs/autofs/dev-ioctl.c | |||
@@ -7,23 +7,10 @@ | |||
7 | * option, any later version, incorporated herein by reference. | 7 | * option, any later version, incorporated herein by reference. |
8 | */ | 8 | */ |
9 | 9 | ||
10 | #include <linux/module.h> | ||
11 | #include <linux/vmalloc.h> | ||
12 | #include <linux/miscdevice.h> | 10 | #include <linux/miscdevice.h> |
13 | #include <linux/init.h> | ||
14 | #include <linux/wait.h> | ||
15 | #include <linux/namei.h> | ||
16 | #include <linux/fcntl.h> | ||
17 | #include <linux/file.h> | ||
18 | #include <linux/fdtable.h> | ||
19 | #include <linux/sched.h> | ||
20 | #include <linux/cred.h> | ||
21 | #include <linux/compat.h> | 11 | #include <linux/compat.h> |
22 | #include <linux/syscalls.h> | 12 | #include <linux/syscalls.h> |
23 | #include <linux/magic.h> | 13 | #include <linux/magic.h> |
24 | #include <linux/dcache.h> | ||
25 | #include <linux/uaccess.h> | ||
26 | #include <linux/slab.h> | ||
27 | 14 | ||
28 | #include "autofs_i.h" | 15 | #include "autofs_i.h" |
29 | 16 | ||