From: Minghuan Lian Date: Wed, 21 Oct 2015 21:13:37 +0000 (-0500) Subject: PCI: layerscape: Remove unused fields from struct ls_pcie X-Git-Tag: Ubuntu-snapdragon-4.4.0-1029.32~5595^2^2~2 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=0f3cb324bec688c61578c04c5207898050dcc7ac;p=mirror_ubuntu-zesty-kernel.git PCI: layerscape: Remove unused fields from struct ls_pcie Removed unused node, dev, and bus fields from struct ls_pcie. [bhelgaas: split into separate patch] Signed-off-by: Minghuan Lian Signed-off-by: Bjorn Helgaas --- diff --git a/drivers/pci/host/pci-layerscape.c b/drivers/pci/host/pci-layerscape.c index f778f634ca74..7d61cbb9bab1 100644 --- a/drivers/pci/host/pci-layerscape.c +++ b/drivers/pci/host/pci-layerscape.c @@ -39,9 +39,6 @@ struct ls_pcie_drvdata { }; struct ls_pcie { - struct list_head node; - struct device *dev; - struct pci_bus *bus; void __iomem *dbi; struct regmap *scfg; struct pcie_port pp;