PCI: layerscape: Reorder struct ls_pcie
[cascardo/linux.git] / drivers / pci / host / pci-layerscape.c
index 3a86c1a..2cb7315 100644 (file)
@@ -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;
 };