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:
e6a087e
)
PCI: qcom: Reorder struct qcom_pcie
author
Bjorn Helgaas
<bhelgaas@google.com>
Thu, 6 Oct 2016 18:39:37 +0000
(13:39 -0500)
committer
Bjorn Helgaas
<bhelgaas@google.com>
Wed, 12 Oct 2016 04:27:46 +0000
(23:27 -0500)
Reorder struct qcom_pcie to put generic fields first. No functional change
intended.
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/host/pcie-qcom.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/pci/host/pcie-qcom.c
b/drivers/pci/host/pcie-qcom.c
index 6f6cbb152a2cbb91f138632638566c078bc20f9f..ef0a84c7a5885e1d62df499353f1384d86a5fceb 100644
(file)
--- a/
drivers/pci/host/pcie-qcom.c
+++ b/
drivers/pci/host/pcie-qcom.c
@@
-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;