summaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-05-17 14:22:35 (GMT)
committerTom Rini <trini@konsulko.com>2017-06-05 15:02:26 (GMT)
commita55132bd6c2bdb633a01215cd7b8427f461ae6e7 (patch)
treec826827b3a33c2d3130fad6756cce1f98864a771 /include/common.h
parentf66f88f643c4f8ffaa0f5591a101e000538df6be (diff)
downloadu-boot-fsl-qoriq-a55132bd6c2bdb633a01215cd7b8427f461ae6e7.tar.xz
common: Drop pci_pre_init() and is_pci_host()
These should not be in common.h. They are used in some legacy PowerPC code. Just drop them. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/common.h b/include/common.h
index a6347e0..8d6d1d8 100644
--- a/include/common.h
+++ b/include/common.h
@@ -456,11 +456,6 @@ int get_env_id (void);
void pci_init (void);
void pci_init_board(void);
-#if defined(CONFIG_PCI) && defined(CONFIG_4xx)
- int pci_pre_init (struct pci_controller *);
- int is_pci_host (struct pci_controller *);
-#endif
-
#if defined(CONFIG_PCI) && (defined(CONFIG_440) || defined(CONFIG_405EX))
# if defined(CONFIG_SYS_PCI_TARGET_INIT)
void pci_target_init (struct pci_controller *);