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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user