[U-Boot] [PATCH 4/5] pci: layerscape: Remove unused field 'hose' from struct ls_pcie
Tuomas Tynkkynen
tuomas.tynkkynen at iki.fi
Fri Sep 1 14:26:01 UTC 2017
This field is no longer used since the DM conversion. Drop it.
Signed-off-by: Tuomas Tynkkynen <tuomas.tynkkynen at iki.fi>
---
drivers/pci/pcie_layerscape.h | 1 -
1 file changed, 1 deletion(-)
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;
--
2.13.0
More information about the U-Boot
mailing list