Re-enable PCI subsystem here too :))
authorFlorian Fainelli <florian@openwrt.org>
Tue, 17 Apr 2007 12:47:40 +0000 (12:47 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Tue, 17 Apr 2007 12:47:40 +0000 (12:47 +0000)
SVN-Revision: 6984

target/linux/brcm63xx-2.6/files/arch/mips/pci/pci-bcm96348.c

index b477e827bda3a09e284dcca99f4c2c042eab9c8d..bea3b7ba08c45b8a05096106c7a903adba98ce3f 100644 (file)
@@ -59,4 +59,4 @@ static __init int bcm96348_pci_init(void)
         return 0;
 }
 
-subsys_initcall(bcm96348_pci_init);
+arch_initcall(bcm96348_pci_init);