From: Tuomas Tynkkynen Date: Fri, 1 Sep 2017 14:26:01 +0000 (+0300) Subject: pci: layerscape: Remove unused field 'hose' from struct ls_pcie X-Git-Tag: baikal/mips/sdk5.9~3732 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=64bb89747dc1e9ecd99176a45fc112b7c9a0e0dc;p=uboot.git pci: layerscape: Remove unused field 'hose' from struct ls_pcie This field is no longer used since the DM conversion. Drop it. Signed-off-by: Tuomas Tynkkynen Reviewed-by: Bin Meng --- diff --git a/drivers/pci/pcie_layerscape.h b/drivers/pci/pcie_layerscape.h index 782e3ab7ad..3a6cecb07d 100644 --- a/drivers/pci/pcie_layerscape.h +++ b/drivers/pci/pcie_layerscape.h @@ -145,7 +145,6 @@ struct ls_pcie { bool big_endian; bool enabled; int next_lut_index; - struct pci_controller hose; }; extern struct list_head ls_pcie_list;