[PATCH] init/main.c: Remove prototype for softirq_init()

From: Geert Uytterhoeven
Date: Mon Nov 04 2013 - 03:40:37 EST


It's already available in <linux/interrupt.h>

Signed-off-by: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
---
init/main.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/init/main.c b/init/main.c
index 63d3e8f2970c..7e89f7cc2ac5 100644
--- a/init/main.c
+++ b/init/main.c
@@ -124,7 +124,6 @@ EXPORT_SYMBOL(system_state);
extern void time_init(void);
/* Default late time init is NULL. archs can override this later. */
void (*__initdata late_time_init)(void);
-extern void softirq_init(void);

/* Untouched command line saved by arch-specific code. */
char __initdata boot_command_line[COMMAND_LINE_SIZE];
--
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/