1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-01 08:31:19 +02:00

move the device registration to an earlier initcall level, required for fallback SPROM to work

SVN-Revision: 14681
This commit is contained in:
Florian Fainelli 2009-02-27 15:18:34 +00:00
parent df2c881e14
commit b539d11497

@ -119,4 +119,4 @@ int __init bcm63xx_register_devices(void)
return board_register_devices();
}
device_initcall(bcm63xx_register_devices);
arch_initcall(bcm63xx_register_devices);