summaryrefslogtreecommitdiff
path: root/drivers/pci
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>2017-09-01 14:26:00 (GMT)
committerTom Rini <trini@konsulko.com>2017-09-22 11:39:55 (GMT)
commitbe0105bc1ed134f38f7e103bb83421ed0c33740a (patch)
treeedf4034c580db88c1d9c37752b0aa92a9bb4a209 /drivers/pci
parentbee278de81a66958ee777010bfc646c148657f41 (diff)
downloadu-boot-be0105bc1ed134f38f7e103bb83421ed0c33740a.tar.xz
pci: tegra: Remove unused field 'hose' from struct tegra_pcie
This field is no longer used since the DM conversion. Drop it. Signed-off-by: Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'drivers/pci')
-rw-r--r--drivers/pci/pci_tegra.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/pci/pci_tegra.c b/drivers/pci/pci_tegra.c
index cb5cf8b..7d920d4 100644
--- a/drivers/pci/pci_tegra.c
+++ b/drivers/pci/pci_tegra.c
@@ -218,8 +218,6 @@ struct tegra_pcie_soc {
};
struct tegra_pcie {
- struct pci_controller hose;
-
struct resource pads;
struct resource afi;
struct resource cs;