mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 09:12:08 +02:00
common: Drop pci_master_init()
This should not be in common.h. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -457,9 +457,6 @@ void pci_init (void);
|
|||||||
void pci_init_board(void);
|
void pci_init_board(void);
|
||||||
|
|
||||||
#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_MASTER_INIT)
|
|
||||||
void pci_master_init (struct pci_controller *);
|
|
||||||
# endif
|
|
||||||
#if defined(CONFIG_440SPE) || \
|
#if defined(CONFIG_440SPE) || \
|
||||||
defined(CONFIG_460EX) || defined(CONFIG_460GT) || \
|
defined(CONFIG_460EX) || defined(CONFIG_460GT) || \
|
||||||
defined(CONFIG_405EX)
|
defined(CONFIG_405EX)
|
||||||
|
Reference in New Issue
Block a user