mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 05:44:40 +02:00
[brcm63xx] move the device registration to an earlier initcall level, required for fallback SPROM to work
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14681 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
ea9cc9f9c7
commit
d7f409f4c7
@ -119,4 +119,4 @@ int __init bcm63xx_register_devices(void)
|
||||
return board_register_devices();
|
||||
}
|
||||
|
||||
device_initcall(bcm63xx_register_devices);
|
||||
arch_initcall(bcm63xx_register_devices);
|
||||
|
Loading…
Reference in New Issue
Block a user