Skip to content

Commit

Permalink
PCI: hisi: Reorder struct hisi_pcie
Browse files Browse the repository at this point in the history
Reorder struct hisi_pcie to put generic fields first.  No functional change
intended.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
  • Loading branch information
Bjorn Helgaas committed Oct 12, 2016
1 parent e9480b5 commit f84cfdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/pci/host/pcie-hisi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

Expand Down

0 comments on commit f84cfdf

Please sign in to comment.