diff options
author | Simon Glass <sjg@chromium.org> | 2017-05-17 14:22:38 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-06-05 15:02:28 (GMT) |
commit | 58a8ec4cc0475d24368c21ab70d0eff78da1aafd (patch) | |
tree | e8d1fd29723dc6e1ebccf77795f535eb46cc29e2 /arch/powerpc/include | |
parent | 787ea6e4537f79d0eeadfa7149f1ef5180a9aadb (diff) | |
download | u-boot-fsl-qoriq-58a8ec4cc0475d24368c21ab70d0eff78da1aafd.tar.xz |
common: Move pcie_setup_hoses() to PPC header
Only one board needs this definition. Move it to an arch-specific header.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/powerpc/include')
-rw-r--r-- | arch/powerpc/include/asm/4xx_pci.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/4xx_pci.h b/arch/powerpc/include/asm/4xx_pci.h index a68c875..276a780 100644 --- a/arch/powerpc/include/asm/4xx_pci.h +++ b/arch/powerpc/include/asm/4xx_pci.h @@ -57,5 +57,6 @@ int __pci_pre_init(struct pci_controller *hose); void __pci_target_init(struct pci_controller *hose); void __pci_master_init(struct pci_controller *hose); void pci_target_init(struct pci_controller *); +void pcie_setup_hoses(int busno); #endif |