summaryrefslogtreecommitdiffstats
path: root/fs/autofs/dev-ioctl.c
diff options
context:
space:
mode:
authorIan Kent2018-06-08 02:11:48 +0200
committerLinus Torvalds2018-06-08 02:34:40 +0200
commit6471e93863d6494e74e99ae2bdffac9c46571f81 (patch)
treed56eaf9e2fa0da377280f08fec1b0d9e746c7aa2 /fs/autofs/dev-ioctl.c
parentautofs: comment on selinux changes needed for module autoload (diff)
downloadkernel-qcow2-linux-6471e93863d6494e74e99ae2bdffac9c46571f81.tar.gz
kernel-qcow2-linux-6471e93863d6494e74e99ae2bdffac9c46571f81.tar.xz
kernel-qcow2-linux-6471e93863d6494e74e99ae2bdffac9c46571f81.zip
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.c13
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 @@
* option, any later version, incorporated herein by reference.
*/
-#include <linux/module.h>
-#include <linux/vmalloc.h>
#include <linux/miscdevice.h>
-#include <linux/init.h>
-#include <linux/wait.h>
-#include <linux/namei.h>
-#include <linux/fcntl.h>
-#include <linux/file.h>
-#include <linux/fdtable.h>
-#include <linux/sched.h>
-#include <linux/cred.h>
#include <linux/compat.h>
#include <linux/syscalls.h>
#include <linux/magic.h>
-#include <linux/dcache.h>
-#include <linux/uaccess.h>
-#include <linux/slab.h>
#include "autofs_i.h"