move the device registration to an earlier initcall level, required for fallback...
authorFlorian Fainelli <florian@openwrt.org>
Fri, 27 Feb 2009 15:18:34 +0000 (15:18 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Fri, 27 Feb 2009 15:18:34 +0000 (15:18 +0000)
SVN-Revision: 14681

target/linux/brcm63xx/files/arch/mips/bcm63xx/setup.c

index c4516fbc3e8ec3bcd2a65ee7664a5bb23d8baf56..95760ae44afeb04fec08661e0eac62a755752736 100644 (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);