diff options
Diffstat (limited to 'init')
-rw-r--r-- | init/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/main.c b/init/main.c index cb81ed116f62..c691f5f7fc27 100644 --- a/init/main.c +++ b/init/main.c | |||
@@ -57,6 +57,7 @@ | |||
57 | #include <linux/device.h> | 57 | #include <linux/device.h> |
58 | #include <linux/kthread.h> | 58 | #include <linux/kthread.h> |
59 | #include <linux/sched.h> | 59 | #include <linux/sched.h> |
60 | #include <linux/signal.h> | ||
60 | 61 | ||
61 | #include <asm/io.h> | 62 | #include <asm/io.h> |
62 | #include <asm/bugs.h> | 63 | #include <asm/bugs.h> |
@@ -83,7 +84,6 @@ extern void init_IRQ(void); | |||
83 | extern void fork_init(unsigned long); | 84 | extern void fork_init(unsigned long); |
84 | extern void mca_init(void); | 85 | extern void mca_init(void); |
85 | extern void sbus_init(void); | 86 | extern void sbus_init(void); |
86 | extern void signals_init(void); | ||
87 | extern void pidhash_init(void); | 87 | extern void pidhash_init(void); |
88 | extern void pidmap_init(void); | 88 | extern void pidmap_init(void); |
89 | extern void prio_tree_init(void); | 89 | extern void prio_tree_init(void); |