]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - init/main.c
proper prototype for signals_init()
[net-next-2.6.git] / init / main.c
index cb81ed116f62b3cadbde986e508081295c0446d9..c691f5f7fc27b40ea6b2df39e2fef9ac52b4cd0a 100644 (file)
@@ -57,6 +57,7 @@
 #include <linux/device.h>
 #include <linux/kthread.h>
 #include <linux/sched.h>
+#include <linux/signal.h>
 
 #include <asm/io.h>
 #include <asm/bugs.h>
@@ -83,7 +84,6 @@ extern void init_IRQ(void);
 extern void fork_init(unsigned long);
 extern void mca_init(void);
 extern void sbus_init(void);
-extern void signals_init(void);
 extern void pidhash_init(void);
 extern void pidmap_init(void);
 extern void prio_tree_init(void);