diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2013-11-12 18:08:48 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-11-12 22:09:13 -0500 |
commit | 8f6b2ae49a84841c4bcf00cff35752b223c3f8d6 (patch) | |
tree | fb205e71dd7cdb6912566f64336a1f89e35e50b1 /init/main.c | |
parent | 27f69e68a5e534412faebc53a4e04acc9ce7fd7e (diff) |
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>
Diffstat (limited to 'init/main.c')
-rw-r--r-- | init/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
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); | |||
124 | extern void time_init(void); | 124 | extern void time_init(void); |
125 | /* Default late time init is NULL. archs can override this later. */ | 125 | /* Default late time init is NULL. archs can override this later. */ |
126 | void (*__initdata late_time_init)(void); | 126 | void (*__initdata late_time_init)(void); |
127 | extern void softirq_init(void); | ||
128 | 127 | ||
129 | /* Untouched command line saved by arch-specific code. */ | 128 | /* Untouched command line saved by arch-specific code. */ |
130 | char __initdata boot_command_line[COMMAND_LINE_SIZE]; | 129 | char __initdata boot_command_line[COMMAND_LINE_SIZE]; |