Get rid of early_init. There's more need to make this form of

initialization actually useful and as is certainly unmergable with
upstream.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Ralf Baechle
2005-06-21 13:56:30 +00:00
parent 8c93650890
commit c83cfc9c94
34 changed files with 53 additions and 161 deletions

View File

@@ -92,7 +92,7 @@ void __init ip32_timer_setup(struct irqaction *irq)
setup_irq(IP32_R4K_TIMER_IRQ, irq);
}
static int __init ip32_setup(void)
void __init plat_setup(void)
{
board_be_init = ip32_be_init;
@@ -152,8 +152,4 @@ static int __init ip32_setup(void)
}
}
#endif
return 0;
}
early_initcall(ip32_setup);