summaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-05-17 14:22:38 (GMT)
committerTom Rini <trini@konsulko.com>2017-06-05 15:02:28 (GMT)
commit58a8ec4cc0475d24368c21ab70d0eff78da1aafd (patch)
treee8d1fd29723dc6e1ebccf77795f535eb46cc29e2 /include/common.h
parent787ea6e4537f79d0eeadfa7149f1ef5180a9aadb (diff)
downloadu-boot-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 'include/common.h')
-rw-r--r--include/common.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/common.h b/include/common.h
index 7f9b786..6dd0d2f 100644
--- a/include/common.h
+++ b/include/common.h
@@ -456,14 +456,6 @@ int get_env_id (void);
void pci_init (void);
void pci_init_board(void);
-#if defined(CONFIG_PCI) && (defined(CONFIG_440) || defined(CONFIG_405EX))
-#if defined(CONFIG_440SPE) || \
- defined(CONFIG_460EX) || defined(CONFIG_460GT) || \
- defined(CONFIG_405EX)
- void pcie_setup_hoses(int busno);
-#endif
-#endif
-
int misc_init_f (void);
int misc_init_r (void);