Skip to content

Commit

Permalink
PCI: armada: Reorder struct armada8k_pcie
Browse files Browse the repository at this point in the history
Reorder the device-specific struct to put the DesignWare generic struct
pcie_port first.  No functional change intended.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
  • Loading branch information
Bjorn Helgaas committed Oct 12, 2016
1 parent b2d6fd7 commit a477815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/pci/host/pcie-armada8k.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
#include "pcie-designware.h"

struct armada8k_pcie {
struct pcie_port pp; /* pp.dbi_base is DT ctrl */
struct clk *clk;
struct pcie_port pp;
};

#define PCIE_VENDOR_REGS_OFFSET 0x8000
Expand Down

0 comments on commit a477815

Please sign in to comment.