diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2014-01-23 15:54:55 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-01-23 16:36:58 -0800 |
commit | 128e3f4541ec844c90a99320bf7d2909da4ef80b (patch) | |
tree | accb90b36efd57748f5aaf7c4cf364af0cc39be0 /init | |
parent | 87e06aa3a7e5f9fbc2f5215c4ba9c4a42b404192 (diff) | |
download | linux-128e3f4541ec844c90a99320bf7d2909da4ef80b.tar.bz2 |
init/main.c: remove unused declaration of tc_init()
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>
Diffstat (limited to 'init')
-rw-r--r-- | init/main.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/init/main.c b/init/main.c index f865261fb096..98e3537fa71d 100644 --- 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 |