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

@@ -198,7 +198,7 @@ extern void ip27_setup_console(void);
extern void ip27_time_init(void);
extern void ip27_reboot_setup(void);
static int __init ip27_setup(void)
void __init plat_setup(void)
{
hubreg_t p, e, n_mode;
nasid_t nid;
@@ -245,8 +245,4 @@ static int __init ip27_setup(void)
set_io_port_base(IO_BASE);
board_time_init = ip27_time_init;
return 0;
}
early_initcall(ip27_setup);