Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f84cfdf7 authored by Bjorn Helgaas's avatar Bjorn Helgaas
Browse files

PCI: hisi: Reorder struct hisi_pcie



Reorder struct hisi_pcie to put generic fields first.  No functional change
intended.

Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
parent e9480b5a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
};