]> git.ipfire.org Git - people/ms/u-boot.git/commit
pci: xilinx: Remove unused field 'hose' from struct xilinx_pcie
authorTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>
Fri, 1 Sep 2017 14:25:59 +0000 (17:25 +0300)
committerTom Rini <trini@konsulko.com>
Fri, 22 Sep 2017 11:39:55 +0000 (07:39 -0400)
commitbee278de81a66958ee777010bfc646c148657f41
tree6644ddaa399dc485c4e40c6effa77090267c4405
parentadfc3e4804e89fa1959e447e55bf8707466b8346
pci: xilinx: Remove unused field 'hose' from struct xilinx_pcie

This field has never been used as the driver has been DM-based since the
beginning. Drop it.

Signed-off-by: Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
drivers/pci/pcie_xilinx.c