diff options
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); | |||
99 | static inline void mark_rodata_ro(void) { } | 99 | static inline void mark_rodata_ro(void) { } |
100 | #endif | 100 | #endif |
101 | 101 | ||
102 | #ifdef CONFIG_TC | ||
103 | extern void tc_init(void); | ||
104 | #endif | ||
105 | |||
106 | /* | 102 | /* |
107 | * Debug helper: via this flag we know that we are in 'early bootup code' | 103 | * Debug helper: via this flag we know that we are in 'early bootup code' |
108 | * where only the boot processor is running with IRQ disabled. This means | 104 | * where only the boot processor is running with IRQ disabled. This means |