From: Stefan Roese Date: Tue, 13 Mar 2018 07:41:09 +0000 (+0100) Subject: pci: Remove unused ppc4xx variable from struct pci_controller X-Git-Tag: v2018.05-rc1~42 X-Git-Url: https://git.sur5r.net/?p=u-boot;a=commitdiff_plain;h=ed68ccbf42d59f5875404d5a0f729ebe5d2dc7d2 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 Cc: Bin Meng Cc: Simon Glass --- diff --git a/include/pci.h b/include/pci.h index 7adc04301c..31dc7608a7 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;