]> git.baikalelectronics.ru Git - uboot.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)
commit33827c614501c3656bffe12aaa8ed1a4ff002c8e
tree6644ddaa399dc485c4e40c6effa77090267c4405
parent4f59ce77202765a97f1c0b06f458905251a64980
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