diff options
Diffstat (limited to 'init')
-rw-r--r-- | init/do_mounts_rd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/do_mounts_rd.c b/init/do_mounts_rd.c index 7c098ac9068a..a8227022e3a0 100644 --- a/init/do_mounts_rd.c +++ b/init/do_mounts_rd.c | |||
@@ -13,7 +13,7 @@ | |||
13 | #include <linux/minix_fs.h> | 13 | #include <linux/minix_fs.h> |
14 | #include <linux/ext2_fs.h> | 14 | #include <linux/ext2_fs.h> |
15 | #include <linux/romfs_fs.h> | 15 | #include <linux/romfs_fs.h> |
16 | #include <linux/cramfs_fs.h> | 16 | #include <uapi/linux/cramfs_fs.h> |
17 | #include <linux/initrd.h> | 17 | #include <linux/initrd.h> |
18 | #include <linux/string.h> | 18 | #include <linux/string.h> |
19 | #include <linux/slab.h> | 19 | #include <linux/slab.h> |