Skip to content

Commit

Permalink
PCI: qcom: Reorder struct qcom_pcie
Browse files Browse the repository at this point in the history
Reorder struct qcom_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 e6a087e commit ee05369
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/pci/host/pcie-qcom.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ struct qcom_pcie_ops {
};

struct qcom_pcie {
struct pcie_port pp;
struct pcie_port pp; /* pp.dbi_base is DT dbi */
void __iomem *parf; /* DT parf */
void __iomem *elbi; /* DT elbi */
union qcom_pcie_resources res;
void __iomem *parf;
void __iomem *elbi;
struct phy *phy;
struct gpio_desc *reset;
struct qcom_pcie_ops *ops;
Expand Down

0 comments on commit ee05369

Please sign in to comment.