forked from Minki/linux
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>
This commit is contained in:
parent
27f69e68a5
commit
8f6b2ae49a
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user