aboutsummaryrefslogtreecommitdiffstats
path: root/init/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'init/main.c')
-rw-r--r--init/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/main.c b/init/main.c
index e3f0bb20b4dd..2b1cdaab45e6 100644
--- a/init/main.c
+++ b/init/main.c
@@ -53,6 +53,7 @@
53#include <linux/utsrelease.h> 53#include <linux/utsrelease.h>
54#include <linux/pid_namespace.h> 54#include <linux/pid_namespace.h>
55#include <linux/compile.h> 55#include <linux/compile.h>
56#include <linux/device.h>
56 57
57#include <asm/io.h> 58#include <asm/io.h>
58#include <asm/bugs.h> 59#include <asm/bugs.h>
@@ -94,7 +95,6 @@ extern void pidmap_init(void);
94extern void prio_tree_init(void); 95extern void prio_tree_init(void);
95extern void radix_tree_init(void); 96extern void radix_tree_init(void);
96extern void free_initmem(void); 97extern void free_initmem(void);
97extern void driver_init(void);
98extern void prepare_namespace(void); 98extern void prepare_namespace(void);
99#ifdef CONFIG_ACPI 99#ifdef CONFIG_ACPI
100extern void acpi_early_init(void); 100extern void acpi_early_init(void);