mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 17:22:22 +02:00
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>
This commit is contained in:
@@ -456,11 +456,6 @@ int get_env_id (void);
|
|||||||
void pci_init (void);
|
void pci_init (void);
|
||||||
void pci_init_board(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_PCI) && (defined(CONFIG_440) || defined(CONFIG_405EX))
|
||||||
# if defined(CONFIG_SYS_PCI_TARGET_INIT)
|
# if defined(CONFIG_SYS_PCI_TARGET_INIT)
|
||||||
void pci_target_init (struct pci_controller *);
|
void pci_target_init (struct pci_controller *);
|
||||||
|
Reference in New Issue
Block a user