diff options
Diffstat (limited to 'fs/adfs/file.c')
-rw-r--r-- | fs/adfs/file.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/fs/adfs/file.c b/fs/adfs/file.c index afebbfde6968..1014b9f2117b 100644 --- a/fs/adfs/file.c +++ b/fs/adfs/file.c | |||
@@ -19,17 +19,13 @@ | |||
19 | * | 19 | * |
20 | * adfs regular file handling primitives | 20 | * adfs regular file handling primitives |
21 | */ | 21 | */ |
22 | #include <linux/errno.h> | ||
23 | #include <linux/fs.h> | 22 | #include <linux/fs.h> |
24 | #include <linux/fcntl.h> | ||
25 | #include <linux/time.h> | ||
26 | #include <linux/stat.h> | ||
27 | #include <linux/buffer_head.h> /* for file_fsync() */ | 23 | #include <linux/buffer_head.h> /* for file_fsync() */ |
28 | #include <linux/adfs_fs.h> | 24 | #include <linux/adfs_fs.h> |
29 | 25 | ||
30 | #include "adfs.h" | 26 | #include "adfs.h" |
31 | 27 | ||
32 | struct file_operations adfs_file_operations = { | 28 | const struct file_operations adfs_file_operations = { |
33 | .llseek = generic_file_llseek, | 29 | .llseek = generic_file_llseek, |
34 | .read = generic_file_read, | 30 | .read = generic_file_read, |
35 | .mmap = generic_file_mmap, | 31 | .mmap = generic_file_mmap, |