From: Geert Uytterhoeven Date: Tue, 12 Nov 2013 23:08:48 +0000 (-0800) Subject: init/main.c: remove prototype for softirq_init() X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8f6b2ae49a84841c4bcf00cff35752b223c3f8d6;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git init/main.c: remove prototype for softirq_init() It's already available in Signed-off-by: Geert Uytterhoeven Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/init/main.c b/init/main.c index 379090fadac9..aa061ef17626 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];