projects
/
platform
/
kernel
/
linux-rpi3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2d6fd7
)
PCI: armada: Reorder struct armada8k_pcie
author
Bjorn Helgaas
<bhelgaas@google.com>
Thu, 6 Oct 2016 18:30:00 +0000
(13:30 -0500)
committer
Bjorn Helgaas
<bhelgaas@google.com>
Wed, 12 Oct 2016 01:33:01 +0000
(20:33 -0500)
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>
drivers/pci/host/pcie-armada8k.c
patch
|
blob
|
history
diff --git
a/drivers/pci/host/pcie-armada8k.c
b/drivers/pci/host/pcie-armada8k.c
index
63297ed
..
0ac0f18
100644
(file)
--- a/
drivers/pci/host/pcie-armada8k.c
+++ b/
drivers/pci/host/pcie-armada8k.c
@@
-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