diff options
| author | Bjorn Helgaas <bhelgaas@google.com> | 2016-10-06 14:34:24 -0400 |
|---|---|---|
| committer | Bjorn Helgaas <bhelgaas@google.com> | 2016-10-12 01:08:32 -0400 |
| commit | f84cfdf72109ce2af9bc903748e71f9af6ea4f46 (patch) | |
| tree | af78aec40bbf8dd6d68e7ef1369ab50487f9c3e4 | |
| parent | e9480b5a7f3449f75eedb595bec25cd10a1f43f2 (diff) | |
PCI: hisi: Reorder struct hisi_pcie
Reorder struct hisi_pcie to put generic fields first. No functional change
intended.
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
| -rw-r--r-- | drivers/pci/host/pcie-hisi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/host/pcie-hisi.c b/drivers/pci/host/pcie-hisi.c index bfff66650fae..56154c25980c 100644 --- a/drivers/pci/host/pcie-hisi.c +++ b/drivers/pci/host/pcie-hisi.c | |||
| @@ -37,9 +37,9 @@ struct pcie_soc_ops { | |||
| 37 | }; | 37 | }; |
| 38 | 38 | ||
| 39 | struct hisi_pcie { | 39 | struct hisi_pcie { |
| 40 | struct pcie_port pp; /* pp.dbi_base is DT rc_dbi */ | ||
| 40 | struct regmap *subctrl; | 41 | struct regmap *subctrl; |
| 41 | u32 port_id; | 42 | u32 port_id; |
| 42 | struct pcie_port pp; | ||
| 43 | struct pcie_soc_ops *soc_ops; | 43 | struct pcie_soc_ops *soc_ops; |
| 44 | }; | 44 | }; |
| 45 | 45 | ||
