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

Commit 7a29f04a authored by Bjorn Helgaas's avatar Bjorn Helgaas
Browse files

PCI: spear: Reorder struct spear13xx_pcie



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

Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
parent ffe82fa6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,10 +25,10 @@
#include "pcie-designware.h"

struct spear13xx_pcie {
	struct pcie_port	pp;		/* DT dbi is pp.dbi_base */
	void __iomem		*app_base;
	struct phy		*phy;
	struct clk		*clk;
	struct pcie_port	pp;
	bool			is_gen1;
};