]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
init/main.c: remove prototype for softirq_init()
authorGeert Uytterhoeven <geert@linux-m68k.org>
Tue, 5 Nov 2013 05:56:11 +0000 (16:56 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 5 Nov 2013 05:56:11 +0000 (16:56 +1100)
It's already available in <linux/interrupt.h>

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
init/main.c

index 63d3e8f2970c1377ec822bcb9db8ee306faecee6..7e89f7cc2ac5cab908266099d5c37373976d1712 100644 (file)
@@ -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];