[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
master
Florian Fainelli 2009-02-27 15:18:34 +00:00
parent 197a6f2935
commit 9d8922c2f6
1 changed files with 1 additions and 1 deletions

View File

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