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

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);