Skip to content
Snippets Groups Projects
Commit 128e3f45 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Linus Torvalds
Browse files

init/main.c: remove unused declaration of tc_init()


Its user was removed in v2.5.2.4.

Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 87e06aa3
No related branches found
No related tags found
No related merge requests found
...@@ -99,10 +99,6 @@ extern void radix_tree_init(void); ...@@ -99,10 +99,6 @@ extern void radix_tree_init(void);
static inline void mark_rodata_ro(void) { } static inline void mark_rodata_ro(void) { }
#endif #endif
#ifdef CONFIG_TC
extern void tc_init(void);
#endif
/* /*
* Debug helper: via this flag we know that we are in 'early bootup code' * 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 * where only the boot processor is running with IRQ disabled. This means
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment