diff options
| author | 2018-06-07 17:11:48 -0700 | |
|---|---|---|
| committer | 2018-06-07 17:34:40 -0700 | |
| commit | 6471e93863d6494e74e99ae2bdffac9c46571f81 (patch) | |
| tree | d56eaf9e2fa0da377280f08fec1b0d9e746c7aa2 /fs/autofs/root.c | |
| parent | autofs: comment on selinux changes needed for module autoload (diff) | |
| download | linux-dev-6471e93863d6494e74e99ae2bdffac9c46571f81.tar.xz linux-dev-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/root.c')
| -rw-r--r-- | fs/autofs/root.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/fs/autofs/root.c b/fs/autofs/root.c index a4b36e44f73c..a3d414150578 100644 --- a/fs/autofs/root.c +++ b/fs/autofs/root.c @@ -9,13 +9,7 @@ */ #include <linux/capability.h> -#include <linux/errno.h> -#include <linux/stat.h> -#include <linux/slab.h> -#include <linux/param.h> -#include <linux/time.h> #include <linux/compat.h> -#include <linux/mutex.h> #include "autofs_i.h" |
