Skip to content

Commit

Permalink
PCI: spear: Reorder struct spear13xx_pcie
Browse files Browse the repository at this point in the history
Reorder struct spear13xx_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 11, 2016
1 parent ffe82fa commit 7a29f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/pci/host/pcie-spear13xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

Expand Down

0 comments on commit 7a29f04

Please sign in to comment.