diff options
author | Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi> | 2017-09-01 17:26:01 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-09-22 07:39:55 -0400 |
commit | 93b1431f1a9a12403319b1461b9494b0b171eab8 (patch) | |
tree | e515adc245bbb495348df9c33e997c0febd85f8a /drivers | |
parent | be0105bc1ed134f38f7e103bb83421ed0c33740a (diff) | |
download | u-boot-93b1431f1a9a12403319b1461b9494b0b171eab8.tar.gz |
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 <tuomas.tynkkynen@iki.fi>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/pci/pcie_layerscape.h | 1 |
1 files changed, 0 insertions, 1 deletions
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; |