mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 21:34:04 +02:00
[adm5120] fix initcall level of adm5120_board_setup()
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9016 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
38e3914d5b
commit
d70f76b1dd
@ -108,7 +108,7 @@ static int __init adm5120_board_setup(void)
|
|||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
postcore_initcall(adm5120_board_setup);
|
arch_initcall(adm5120_board_setup);
|
||||||
|
|
||||||
void __init adm5120_board_register(struct adm5120_board *board)
|
void __init adm5120_board_register(struct adm5120_board *board)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user