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>
This commit is contained in:
Tuomas Tynkkynen 2017-09-01 17:26:00 +03:00 committed by Tom Rini
parent bee278de81
commit be0105bc1e

View File

@ -218,8 +218,6 @@ struct tegra_pcie_soc {
};
struct tegra_pcie {
struct pci_controller hose;
struct resource pads;
struct resource afi;
struct resource cs;