projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be0105b
)
pci: layerscape: Remove unused field 'hose' from struct ls_pcie
author
Tuomas Tynkkynen
<tuomas.tynkkynen@iki.fi>
Fri, 1 Sep 2017 14:26:01 +0000
(17:26 +0300)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/drivers/pci/pcie_layerscape.h
b/drivers/pci/pcie_layerscape.h
index 782e3ab7ad16a54d45b3891e30b616c851799dda..3a6cecb07d7ac9454ae1cfb8f1fd0602c144ec01 100644
(file)
--- 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;