projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9480b5
)
PCI: hisi: Reorder struct hisi_pcie
author
Bjorn Helgaas
<bhelgaas@google.com>
Thu, 6 Oct 2016 18:34:24 +0000
(13:34 -0500)
committer
Bjorn Helgaas
<bhelgaas@google.com>
Wed, 12 Oct 2016 05:08:32 +0000
(
00:08
-0500)
Reorder struct hisi_pcie to put generic fields first. No functional change
intended.
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/host/pcie-hisi.c
patch
|
blob
|
history
diff --git
a/drivers/pci/host/pcie-hisi.c
b/drivers/pci/host/pcie-hisi.c
index bfff66650fae02842bfb1b673a4b1dcf912e447c..56154c25980c6d83b1a155fc07e7520e8cee3ac1 100644
(file)
--- a/
drivers/pci/host/pcie-hisi.c
+++ b/
drivers/pci/host/pcie-hisi.c
@@
-37,9
+37,9
@@
struct pcie_soc_ops {
};
struct hisi_pcie {
+ struct pcie_port pp; /* pp.dbi_base is DT rc_dbi */
struct regmap *subctrl;
u32 port_id;
- struct pcie_port pp;
struct pcie_soc_ops *soc_ops;
};