diff mbox series

[U-Boot,3/4] pci: Remove unused ppc4xx variable from struct pci_controller

Message ID 20180313074110.24636-3-sr@denx.de
State Accepted
Commit ed68ccbf42d59f5875404d5a0f729ebe5d2dc7d2
Delegated to: Tom Rini
Headers show
Series [U-Boot,1/4] usb: Remove unused ppc4xx EHCI host driver | expand

Commit Message

Stefan Roese March 13, 2018, 7:41 a.m. UTC
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>
---
 include/pci.h | 2 --
 1 file changed, 2 deletions(-)

Comments

Tom Rini March 19, 2018, 10:36 p.m. UTC | #1
On Tue, Mar 13, 2018 at 08:41:09AM +0100, Stefan Roese wrote:

> 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>

Applied to u-boot/master, thanks!
diff mbox series

Patch

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;