diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-07-05 08:02:23 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-07-05 08:02:23 +0000 |
commit | 1e84d049a472ee0a8c1a6b398e4d72058825c888 (patch) | |
tree | 6e0c9ccc9ea110612410cda27a2ced44a92bc896 /target | |
parent | 089b5ccb47ecfe9f7e1a4c613e6b0fc0885b6cd9 (diff) | |
download | upstream-1e84d049a472ee0a8c1a6b398e4d72058825c888.tar.gz upstream-1e84d049a472ee0a8c1a6b398e4d72058825c888.tar.bz2 upstream-1e84d049a472ee0a8c1a6b398e4d72058825c888.zip |
fix a typo in the PCI code
SVN-Revision: 16673
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ar71xx/pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ar71xx/pci.c b/target/linux/ar71xx/files/arch/mips/ar71xx/pci.c index d3bcf6b484..7e18d8b2db 100644 --- a/target/linux/ar71xx/files/arch/mips/ar71xx/pci.c +++ b/target/linux/ar71xx/files/arch/mips/ar71xx/pci.c @@ -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(); } |