projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fcc6a7
)
common: Drop pci_master_init()
author
Simon Glass
<sjg@chromium.org>
Wed, 17 May 2017 14:22:37 +0000
(08:22 -0600)
committer
Tom Rini
<trini@konsulko.com>
Mon, 5 Jun 2017 15:02:27 +0000
(11:02 -0400)
This should not be in common.h. Drop it.
Signed-off-by: Simon Glass <sjg@chromium.org>
include/common.h
patch
|
blob
|
history
diff --git
a/include/common.h
b/include/common.h
index a1f1a9a9499d8fe710bb8d1ec7f9670095924aa1..7f9b7863b15fe5f20fdc640205293fc0dfb10ee1 100644
(file)
--- a/
include/common.h
+++ b/
include/common.h
@@
-457,9
+457,6
@@
void pci_init (void);
void pci_init_board(void);
#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) || \
defined(CONFIG_460EX) || defined(CONFIG_460GT) || \
defined(CONFIG_405EX)