diff options
Diffstat (limited to 'init')
-rw-r--r-- | init/do_mounts.c | 1 | ||||
-rw-r--r-- | init/main.c | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/init/do_mounts.c b/init/do_mounts.c index dc1ec0803ef9..3f57ed4599d6 100644 --- a/init/do_mounts.c +++ b/init/do_mounts.c | |||
@@ -9,6 +9,7 @@ | |||
9 | #include <linux/delay.h> | 9 | #include <linux/delay.h> |
10 | #include <linux/mount.h> | 10 | #include <linux/mount.h> |
11 | #include <linux/device.h> | 11 | #include <linux/device.h> |
12 | #include <linux/init.h> | ||
12 | 13 | ||
13 | #include <linux/nfs_fs.h> | 14 | #include <linux/nfs_fs.h> |
14 | #include <linux/nfs_fs_sb.h> | 15 | #include <linux/nfs_fs_sb.h> |
diff --git a/init/main.c b/init/main.c index 0e22f40487bb..949c27b59d12 100644 --- a/init/main.c +++ b/init/main.c | |||
@@ -94,7 +94,6 @@ extern void pidmap_init(void); | |||
94 | extern void prio_tree_init(void); | 94 | extern void prio_tree_init(void); |
95 | extern void radix_tree_init(void); | 95 | extern void radix_tree_init(void); |
96 | extern void free_initmem(void); | 96 | extern void free_initmem(void); |
97 | extern void prepare_namespace(void); | ||
98 | #ifdef CONFIG_ACPI | 97 | #ifdef CONFIG_ACPI |
99 | extern void acpi_early_init(void); | 98 | extern void acpi_early_init(void); |
100 | #else | 99 | #else |