diff options
author | Wolfgang Denk <wd@denx.de> | 2007-09-08 20:52:57 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-09-08 20:52:57 +0200 |
commit | 87eb200ea87571f00473dc5a73fadbb5aa6dd309 (patch) | |
tree | ad48edbe0f860c7061597aa59320540881add629 /include/common.h | |
parent | fd63d832cd929f8e8d8fcac9b3e55b1091588a43 (diff) | |
parent | 6efc1fc0b63e55f94c5bc61d8dd23c918e3bc778 (diff) | |
download | u-boot-imx-87eb200ea87571f00473dc5a73fadbb5aa6dd309.zip u-boot-imx-87eb200ea87571f00473dc5a73fadbb5aa6dd309.tar.gz u-boot-imx-87eb200ea87571f00473dc5a73fadbb5aa6dd309.tar.bz2 |
Merge with /home/raj/git/u-boot#440SPe_PCIe_fixes
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 9a5a0ab..aca281b 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 |