aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rw-r--r--init/do_mounts.c1
-rw-r--r--init/main.c1
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);
94extern void prio_tree_init(void); 94extern void prio_tree_init(void);
95extern void radix_tree_init(void); 95extern void radix_tree_init(void);
96extern void free_initmem(void); 96extern void free_initmem(void);
97extern void prepare_namespace(void);
98#ifdef CONFIG_ACPI 97#ifdef CONFIG_ACPI
99extern void acpi_early_init(void); 98extern void acpi_early_init(void);
100#else 99#else