diff options
Diffstat (limited to 'fs/fat/dir.c')
-rw-r--r-- | fs/fat/dir.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/fat/dir.c b/fs/fat/dir.c index c5d6bb939d19..4afc4d9d2e41 100644 --- a/fs/fat/dir.c +++ b/fs/fat/dir.c | |||
@@ -13,13 +13,9 @@ | |||
13 | * Short name translation 1999, 2001 by Wolfram Pienkoss <wp@bszh.de> | 13 | * Short name translation 1999, 2001 by Wolfram Pienkoss <wp@bszh.de> |
14 | */ | 14 | */ |
15 | 15 | ||
16 | #include <linux/module.h> | ||
17 | #include <linux/slab.h> | 16 | #include <linux/slab.h> |
18 | #include <linux/time.h> | ||
19 | #include <linux/buffer_head.h> | ||
20 | #include <linux/compat.h> | 17 | #include <linux/compat.h> |
21 | #include <linux/uaccess.h> | 18 | #include <linux/uaccess.h> |
22 | #include <linux/kernel.h> | ||
23 | #include "fat.h" | 19 | #include "fat.h" |
24 | 20 | ||
25 | /* | 21 | /* |