mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
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>
This commit is contained in:
parent
ec9c80d643
commit
ed68ccbf42
1 changed files with 0 additions and 2 deletions
|
@ -585,8 +585,6 @@ struct pci_controller {
|
||||||
/* Used by auto config */
|
/* Used by auto config */
|
||||||
struct pci_region *pci_mem, *pci_io, *pci_prefetch;
|
struct pci_region *pci_mem, *pci_io, *pci_prefetch;
|
||||||
|
|
||||||
/* Used by ppc405 autoconfig*/
|
|
||||||
struct pci_region *pci_fb;
|
|
||||||
#ifndef CONFIG_DM_PCI
|
#ifndef CONFIG_DM_PCI
|
||||||
int current_busno;
|
int current_busno;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue