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 acbb0b749137..bce0eb7f4f8f 100644
--- a/init/main.c
+++ b/init/main.c
@@ -47,6 +47,7 @@
47#include <linux/mempolicy.h> 47#include <linux/mempolicy.h>
48#include <linux/key.h> 48#include <linux/key.h>
49#include <linux/unwind.h> 49#include <linux/unwind.h>
50#include <linux/buffer_head.h>
50 51
51#include <asm/io.h> 52#include <asm/io.h>
52#include <asm/bugs.h> 53#include <asm/bugs.h>
@@ -79,7 +80,6 @@ extern void mca_init(void);
79extern void sbus_init(void); 80extern void sbus_init(void);
80extern void sysctl_init(void); 81extern void sysctl_init(void);
81extern void signals_init(void); 82extern void signals_init(void);
82extern void buffer_init(void);
83extern void pidhash_init(void); 83extern void pidhash_init(void);
84extern void pidmap_init(void); 84extern void pidmap_init(void);
85extern void prio_tree_init(void); 85extern void prio_tree_init(void);