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>
This commit is contained in:
Minghuan Lian 2015-10-21 16:13:37 -05:00 committed by Bjorn Helgaas
parent a167fb73be
commit 0f3cb324be

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