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:
87e06aa
)
init/main.c: remove unused declaration of tc_init()
author
Geert Uytterhoeven
<geert@linux-m68k.org>
Thu, 23 Jan 2014 23:54:55 +0000
(15:54 -0800)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Fri, 24 Jan 2014 00:36:58 +0000
(16:36 -0800)
Its user was removed in v2.5.2.4.
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>
init/main.c
patch
|
blob
|
history
diff --git
a/init/main.c
b/init/main.c
index f865261fb096ee9a3382e898017a9b8f10bdc02c..98e3537fa71d3935513a66ad35600c6ad79d6495 100644
(file)
--- a/
init/main.c
+++ b/
init/main.c
@@
-99,10
+99,6
@@
extern void radix_tree_init(void);
static inline void mark_rodata_ro(void) { }
#endif
-#ifdef CONFIG_TC
-extern void tc_init(void);
-#endif
-
/*
* Debug helper: via this flag we know that we are in 'early bootup code'
* where only the boot processor is running with IRQ disabled. This means