diff options
author | Peter Pearse <peter.pearse@arm.com> | 2007-09-10 10:11:15 +0100 |
---|---|---|
committer | Peter Pearse <peter.pearse@arm.com> | 2007-09-10 10:11:15 +0100 |
commit | 7d54d64e9c9300cbd6cc3d1956e841b4c26a273a (patch) | |
tree | 570446af965d3d8a7d2d34ff7973a6cbee6c21c6 /include/common.h | |
parent | 470ffef72cf565c4db59352c23bd06cbfb763128 (diff) | |
parent | 1d9e31e04911a6bb7cc66dd91132c699101c32e2 (diff) |
Merge with git://www.denx.de/git/u-boot.git
Diffstat (limited to 'include/common.h')
-rw-r--r-- | include/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h index 9a5a0ab798..aca281bdad 100644 --- a/include/common.h +++ b/include/common.h @@ -275,7 +275,7 @@ void pciinfo (int, int); # endif int is_pci_host (struct pci_controller *); #if defined(CONFIG_440SPE) - void pcie_setup_hoses(void); + void pcie_setup_hoses(int busno); #endif #endif |