diff options
author | Simon Glass | 2017-05-17 08:22:36 -0600 |
---|---|---|
committer | Tom Rini | 2017-06-05 11:02:27 -0400 |
commit | 4fcc6a7b89d80484f5abc673a3999d04b82d5f51 (patch) | |
tree | 16088984bade2d8346b736211fb7cc5f9ebd34fc /arch/powerpc/include | |
parent | a55132bd6c2bdb633a01215cd7b8427f461ae6e7 (diff) |
common: Move pci_target_init() to PPC header
Only one boards 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 f686e7cb07b..a68c8756b1d 100644 --- a/arch/powerpc/include/asm/4xx_pci.h +++ b/arch/powerpc/include/asm/4xx_pci.h @@ -56,5 +56,6 @@ int pci_arbiter_enabled(void); 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 *); #endif |