mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
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:
parent
bee278de81
commit
be0105bc1e
1 changed files with 0 additions and 2 deletions
|
@ -218,8 +218,6 @@ struct tegra_pcie_soc {
|
|||
};
|
||||
|
||||
struct tegra_pcie {
|
||||
struct pci_controller hose;
|
||||
|
||||
struct resource pads;
|
||||
struct resource afi;
|
||||
struct resource cs;
|
||||
|
|
Loading…
Reference in a new issue