1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-21 09:45:51 +03:00

[ar71xx] fix a typo in the PCI code

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16673 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2009-07-05 08:02:23 +00:00
parent 43bb8183eb
commit 8bed461529

View 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();
}