projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27f69e6
)
init/main.c: remove prototype for softirq_init()
author
Geert Uytterhoeven
<
[email protected]
>
Tue, 12 Nov 2013 23:08:48 +0000
(15:08 -0800)
committer
Linus Torvalds
<
[email protected]
>
Wed, 13 Nov 2013 03:09:13 +0000
(12:09 +0900)
It's already available in <linux/interrupt.h>
Signed-off-by: Geert Uytterhoeven <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
init/main.c
patch
|
blob
|
history
diff --git
a/init/main.c
b/init/main.c
index 379090fadac9a1652aa9f095db2bf6ef49ddc763..aa061ef176266f21e7b697bb0423a60f7e22788e 100644
(file)
--- 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];