Skip to content

Commit

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

Signed-off-by: Bjorn Helgaas <[email protected]>
  • Loading branch information
bjorn-helgaas committed Oct 12, 2016
1 parent 4726a82 commit 6caaa28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/pci/host/pci-layerscape.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ struct ls_pcie_drvdata {
};

struct ls_pcie {
struct pcie_port pp; /* pp.dbi_base is DT regs */
void __iomem *lut;
struct regmap *scfg;
struct pcie_port pp;
const struct ls_pcie_drvdata *drvdata;
int index;
};
Expand Down

0 comments on commit 6caaa28

Please sign in to comment.