From: florian Date: Tue, 17 Apr 2007 12:47:40 +0000 (+0000) Subject: Re-enable PCI subsystem here too :)) X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=3b9518d8b502b90b4a2763f03ec75d9245e39476 Re-enable PCI subsystem here too :)) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6984 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/brcm63xx-2.6/files/arch/mips/pci/pci-bcm96348.c b/target/linux/brcm63xx-2.6/files/arch/mips/pci/pci-bcm96348.c index b477e827bd..bea3b7ba08 100644 --- a/target/linux/brcm63xx-2.6/files/arch/mips/pci/pci-bcm96348.c +++ b/target/linux/brcm63xx-2.6/files/arch/mips/pci/pci-bcm96348.c @@ -59,4 +59,4 @@ static __init int bcm96348_pci_init(void) return 0; } -subsys_initcall(bcm96348_pci_init); +arch_initcall(bcm96348_pci_init);