From: florian Date: Fri, 27 Feb 2009 15:18:34 +0000 (+0000) Subject: [brcm63xx] move the device registration to an earlier initcall level, required for... X-Git-Tag: fast2504n-3.10.28-merged~16534 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=d7f409f4c7fdb081125ee106e5665201575cfa7c;p=openwrt.git [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 --- diff --git a/target/linux/brcm63xx/files/arch/mips/bcm63xx/setup.c b/target/linux/brcm63xx/files/arch/mips/bcm63xx/setup.c index c4516fbc3e..95760ae44a 100644 --- a/target/linux/brcm63xx/files/arch/mips/bcm63xx/setup.c +++ b/target/linux/brcm63xx/files/arch/mips/bcm63xx/setup.c @@ -119,4 +119,4 @@ int __init bcm63xx_register_devices(void) return board_register_devices(); } -device_initcall(bcm63xx_register_devices); +arch_initcall(bcm63xx_register_devices);