mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-07-23 07:12:25 +00:00
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>
This commit is contained in:
parent
787ea6e453
commit
58a8ec4cc0
2 changed files with 1 additions and 8 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue