Sfoglia il codice sorgente

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 <Minghuan.Lian@freescale.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Minghuan Lian 10 anni fa
parent
commit
0f3cb324be
1 ha cambiato i file con 0 aggiunte e 3 eliminazioni
  1. 0 3
      drivers/pci/host/pci-layerscape.c

+ 0 - 3
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;