projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffe82fa
)
PCI: spear: Reorder struct spear13xx_pcie
author
Bjorn Helgaas
<bhelgaas@google.com>
Thu, 6 Oct 2016 18:42:08 +0000
(13:42 -0500)
committer
Bjorn Helgaas
<bhelgaas@google.com>
Tue, 11 Oct 2016 13:45:47 +0000
(08:45 -0500)
Reorder struct spear13xx_pcie to put generic fields first. No functional
change intended.
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/host/pcie-spear13xx.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/pci/host/pcie-spear13xx.c
b/drivers/pci/host/pcie-spear13xx.c
index 26e905d8922cd14d50dbe9d6996392f19e658ecd..ecfb49e91d7b5ce02c1bb9104bebdf87d5a3d9b9 100644
(file)
--- a/
drivers/pci/host/pcie-spear13xx.c
+++ b/
drivers/pci/host/pcie-spear13xx.c
@@
-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;
};