diff options
Diffstat (limited to 'init/main.c')
-rw-r--r-- | init/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/init/main.c b/init/main.c index db34c0ec4711..313360fe1118 100644 --- a/init/main.c +++ b/init/main.c | |||
@@ -86,7 +86,6 @@ extern void init_IRQ(void); | |||
86 | extern void fork_init(unsigned long); | 86 | extern void fork_init(unsigned long); |
87 | extern void mca_init(void); | 87 | extern void mca_init(void); |
88 | extern void sbus_init(void); | 88 | extern void sbus_init(void); |
89 | extern void prio_tree_init(void); | ||
90 | extern void radix_tree_init(void); | 89 | extern void radix_tree_init(void); |
91 | #ifndef CONFIG_DEBUG_RODATA | 90 | #ifndef CONFIG_DEBUG_RODATA |
92 | static inline void mark_rodata_ro(void) { } | 91 | static inline void mark_rodata_ro(void) { } |
@@ -547,7 +546,6 @@ asmlinkage void __init start_kernel(void) | |||
547 | /* init some links before init_ISA_irqs() */ | 546 | /* init some links before init_ISA_irqs() */ |
548 | early_irq_init(); | 547 | early_irq_init(); |
549 | init_IRQ(); | 548 | init_IRQ(); |
550 | prio_tree_init(); | ||
551 | init_timers(); | 549 | init_timers(); |
552 | hrtimers_init(); | 550 | hrtimers_init(); |
553 | softirq_init(); | 551 | softirq_init(); |