projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a167fb7
)
PCI: layerscape: Remove unused fields from struct ls_pcie
author
Minghuan Lian
<Minghuan.Lian@freescale.com>
Wed, 21 Oct 2015 21:13:37 +0000
(16:13 -0500)
committer
Bjorn 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
patch
|
blob
|
history
diff --git
a/drivers/pci/host/pci-layerscape.c
b/drivers/pci/host/pci-layerscape.c
index
f778f63
..
7d61cbb
100644
(file)
--- 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;