]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
PCI: layerscape: Remove unused fields from struct ls_pcie
authorMinghuan Lian <Minghuan.Lian@freescale.com>
Wed, 21 Oct 2015 21:13:37 +0000 (16:13 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Mon, 2 Nov 2015 21:38:39 +0000 (15:38 -0600)
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>
drivers/pci/host/pci-layerscape.c

index f778f634ca747761fe4a7165ce272767de8c57ba..7d61cbb9bab1e099f531b3a709e69d70e0355dec 100644 (file)
@@ -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;