aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-05-17 08:22:36 -0600
committerTom Rini <trini@konsulko.com>2017-06-05 11:02:27 -0400
commit4fcc6a7b89d80484f5abc673a3999d04b82d5f51 (patch)
tree16088984bade2d8346b736211fb7cc5f9ebd34fc /arch/powerpc/include
parenta55132bd6c2bdb633a01215cd7b8427f461ae6e7 (diff)
downloadu-boot-4fcc6a7b89d80484f5abc673a3999d04b82d5f51.zip
u-boot-4fcc6a7b89d80484f5abc673a3999d04b82d5f51.tar.gz
u-boot-4fcc6a7b89d80484f5abc673a3999d04b82d5f51.tar.bz2
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.h1
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 f686e7c..a68c875 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