[PATCH] init: Remove unused declaration of tc_init()

From: Geert Uytterhoeven
Date: Tue Nov 12 2013 - 14:35:03 EST


Its user was removed in v2.5.2.4.

Signed-off-by: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
---
init/main.c | 4 ----
1 file changed, 4 deletions(-)

diff --git a/init/main.c b/init/main.c
index 67ee8ef0a669..15ed159b681b 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
--
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/