projects
/
openwrt
/
staging
/
florian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
089b5cc
)
fix a typo in the PCI code
author
Gabor Juhos
<juhosg@openwrt.org>
Sun, 5 Jul 2009 08:02:23 +0000
(08:02 +0000)
committer
Gabor Juhos
<juhosg@openwrt.org>
Sun, 5 Jul 2009 08:02:23 +0000
(08:02 +0000)
SVN-Revision: 16673
target/linux/ar71xx/files/arch/mips/ar71xx/pci.c
patch
|
blob
|
history
diff --git
a/target/linux/ar71xx/files/arch/mips/ar71xx/pci.c
b/target/linux/ar71xx/files/arch/mips/ar71xx/pci.c
index d3bcf6b484bdae3cacf164debd493cdacff9f34a..7e18d8b2db332dccb7323a9d2404b6519f7fbeed 100644
(file)
--- 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();
}