Commit 8f6b2ae49a84841c4bcf00cff35752b223c3f8d6

Authored by Geert Uytterhoeven
Committed by Linus Torvalds
1 parent 27f69e68a5

init/main.c: remove prototype for softirq_init()

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>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

... ... @@ -124,7 +124,6 @@
124 124 extern void time_init(void);
125 125 /* Default late time init is NULL. archs can override this later. */
126 126 void (*__initdata late_time_init)(void);
127   -extern void softirq_init(void);
128 127  
129 128 /* Untouched command line saved by arch-specific code. */
130 129 char __initdata boot_command_line[COMMAND_LINE_SIZE];