]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
pci: layerscape: Remove unused field 'hose' from struct ls_pcie
authorTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>
Fri, 1 Sep 2017 14:26:01 +0000 (17:26 +0300)
committerTom Rini <trini@konsulko.com>
Fri, 22 Sep 2017 11:39:55 +0000 (07:39 -0400)
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>
drivers/pci/pcie_layerscape.h

index 782e3ab7ad16a54d45b3891e30b616c851799dda..3a6cecb07d7ac9454ae1cfb8f1fd0602c144ec01 100644 (file)
@@ -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;