[adm5120] fix initcall level of adm5120_board_setup()
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9016 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
32c472cf55
commit
8705832cc8
|
@ -108,7 +108,7 @@ static int __init adm5120_board_setup(void)
|
|||
|
||||
return 0;
|
||||
}
|
||||
postcore_initcall(adm5120_board_setup);
|
||||
arch_initcall(adm5120_board_setup);
|
||||
|
||||
void __init adm5120_board_register(struct adm5120_board *board)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue