diff options
author | Minghuan Lian <Minghuan.Lian@freescale.com> | 2015-10-21 16:13:37 -0500 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2015-11-02 15:38:39 -0600 |
commit | 0f3cb324bec688c61578c04c5207898050dcc7ac (patch) | |
tree | e582d5a2b6076269b8c22efd38e4bec6dc482fd9 /drivers/pci/host | |
parent | a167fb73be98f43f16116a2c3a0cd9ad11c8ef61 (diff) |
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>
Diffstat (limited to 'drivers/pci/host')
-rw-r--r-- | drivers/pci/host/pci-layerscape.c | 3 |
1 files changed, 0 insertions, 3 deletions
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; |