projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec9c80d
)
pci: Remove unused ppc4xx variable from struct pci_controller
author
Stefan Roese
<
[email protected]
>
Tue, 13 Mar 2018 07:41:09 +0000
(08:41 +0100)
committer
Tom Rini
<
[email protected]
>
Mon, 19 Mar 2018 20:14:23 +0000
(16:14 -0400)
ppc4xx support was removed some time ago. Lets remove the now unused
"pci_fb" variable from "struct pci_controller" as well.
Signed-off-by: Stefan Roese <
[email protected]
>
Cc: Bin Meng <
[email protected]
>
Cc: Simon Glass <
[email protected]
>
include/pci.h
patch
|
blob
|
history
diff --git
a/include/pci.h
b/include/pci.h
index 7adc04301c06a90f582622d26bb17f770781a699..31dc7608a739658206dd47ea3e57f9360be99a07 100644
(file)
--- a/
include/pci.h
+++ b/
include/pci.h
@@
-585,8
+585,6
@@
struct pci_controller {
/* Used by auto config */
struct pci_region *pci_mem, *pci_io, *pci_prefetch;
- /* Used by ppc405 autoconfig*/
- struct pci_region *pci_fb;
#ifndef CONFIG_DM_PCI
int current_busno;