[ar71xx] fix a typo in the PCI code
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 5 Jul 2009 08:02:23 +0000 (08:02 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 5 Jul 2009 08:02:23 +0000 (08:02 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16673 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/ar71xx/files/arch/mips/ar71xx/pci.c

index d3bcf6b..7e18d8b 100644 (file)
@@ -48,5 +48,5 @@ int __init ar71xx_pci_init(unsigned nr_irqs, struct ar71xx_pci_irq *map)
 
        board_be_handler = ar71xx_be_handler;
 
-       return ar71xx_pci_bios_init();
+       return ar71xx_pcibios_init();
 }