diff options
Diffstat (limited to 'fs/isofs/rock.c')
-rw-r--r-- | fs/isofs/rock.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/fs/isofs/rock.c b/fs/isofs/rock.c index 8bdd3e409543..089e79c65585 100644 --- a/fs/isofs/rock.c +++ b/fs/isofs/rock.c | |||
@@ -6,17 +6,11 @@ | |||
6 | * Rock Ridge Extensions to iso9660 | 6 | * Rock Ridge Extensions to iso9660 |
7 | */ | 7 | */ |
8 | 8 | ||
9 | #include <linux/stat.h> | ||
10 | #include <linux/time.h> | ||
11 | #include <linux/iso_fs.h> | ||
12 | #include <linux/string.h> | ||
13 | #include <linux/mm.h> | ||
14 | #include <linux/slab.h> | 9 | #include <linux/slab.h> |
15 | #include <linux/pagemap.h> | 10 | #include <linux/pagemap.h> |
16 | #include <linux/smp_lock.h> | 11 | #include <linux/smp_lock.h> |
17 | #include <linux/buffer_head.h> | ||
18 | #include <asm/page.h> | ||
19 | 12 | ||
13 | #include "isofs.h" | ||
20 | #include "rock.h" | 14 | #include "rock.h" |
21 | 15 | ||
22 | /* These functions are designed to read the system areas of a directory record | 16 | /* These functions are designed to read the system areas of a directory record |