diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2017-04-08 18:54:38 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2017-04-17 12:52:27 -0400 |
commit | 801b25f104647d44dc5b5cce2c72e2283b3757de (patch) | |
tree | a3e00ffb912724a4d9628622f8a39fd6b3087422 | |
parent | f50298556436ef0f32257b8ea19b112f9028b0a5 (diff) |
fs/compat.c: trim unused includes
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
-rw-r--r-- | fs/compat.c | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/fs/compat.c b/fs/compat.c index ca2f3ca5dacd..190b38b39d9e 100644 --- a/fs/compat.c +++ b/fs/compat.c | |||
@@ -15,43 +15,12 @@ | |||
15 | * published by the Free Software Foundation. | 15 | * published by the Free Software Foundation. |
16 | */ | 16 | */ |
17 | 17 | ||
18 | #include <linux/stddef.h> | ||
19 | #include <linux/kernel.h> | ||
20 | #include <linux/linkage.h> | ||
21 | #include <linux/compat.h> | 18 | #include <linux/compat.h> |
22 | #include <linux/errno.h> | ||
23 | #include <linux/time.h> | ||
24 | #include <linux/cred.h> | ||
25 | #include <linux/fs.h> | ||
26 | #include <linux/fcntl.h> | ||
27 | #include <linux/namei.h> | ||
28 | #include <linux/file.h> | ||
29 | #include <linux/fdtable.h> | ||
30 | #include <linux/vfs.h> | ||
31 | #include <linux/ioctl.h> | ||
32 | #include <linux/init.h> | ||
33 | #include <linux/ncp_mount.h> | 19 | #include <linux/ncp_mount.h> |
34 | #include <linux/nfs4_mount.h> | 20 | #include <linux/nfs4_mount.h> |
35 | #include <linux/syscalls.h> | 21 | #include <linux/syscalls.h> |
36 | #include <linux/ctype.h> | ||
37 | #include <linux/dirent.h> | ||
38 | #include <linux/fsnotify.h> | ||
39 | #include <linux/highuid.h> | ||
40 | #include <linux/personality.h> | ||
41 | #include <linux/rwsem.h> | ||
42 | #include <linux/tsacct_kern.h> | ||
43 | #include <linux/security.h> | ||
44 | #include <linux/highmem.h> | ||
45 | #include <linux/signal.h> | ||
46 | #include <linux/mm.h> | ||
47 | #include <linux/fs_struct.h> | ||
48 | #include <linux/slab.h> | 22 | #include <linux/slab.h> |
49 | #include <linux/pagemap.h> | ||
50 | #include <linux/aio.h> | ||
51 | |||
52 | #include <linux/uaccess.h> | 23 | #include <linux/uaccess.h> |
53 | #include <asm/mmu_context.h> | ||
54 | #include <asm/ioctls.h> | ||
55 | #include "internal.h" | 24 | #include "internal.h" |
56 | 25 | ||
57 | struct compat_ncp_mount_data { | 26 | struct compat_ncp_mount_data { |