diff options
author | Stefan Roese | 2018-03-13 08:41:09 +0100 |
---|---|---|
committer | Tom Rini | 2018-03-19 16:14:23 -0400 |
commit | ed68ccbf42d59f5875404d5a0f729ebe5d2dc7d2 (patch) | |
tree | 4a137e86a2a4fe2d53020fa4459e5f11cf25993a /include | |
parent | ec9c80d643a3e5ff35c5d24d675cb1feaa440c9d (diff) |
pci: Remove unused ppc4xx variable from struct pci_controller
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 <sr@denx.de>
Cc: Bin Meng <bmeng.cn@gmail.com>
Cc: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/pci.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/pci.h b/include/pci.h index 7adc04301c0..31dc7608a73 100644 --- 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; |