mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 20:51:44 +00:00
PCI: keystone: Reorder struct keystone_pcie
Reorder struct keystone_pcie to put generic fields first. No functional change intended. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
This commit is contained in:
parent
5c725353e1
commit
4841f3ad0c
@ -17,8 +17,8 @@
|
|||||||
#define MAX_LEGACY_HOST_IRQS 4
|
#define MAX_LEGACY_HOST_IRQS 4
|
||||||
|
|
||||||
struct keystone_pcie {
|
struct keystone_pcie {
|
||||||
|
struct pcie_port pp; /* pp.dbi_base is DT 0th res */
|
||||||
struct clk *clk;
|
struct clk *clk;
|
||||||
struct pcie_port pp;
|
|
||||||
/* PCI Device ID */
|
/* PCI Device ID */
|
||||||
u32 device_id;
|
u32 device_id;
|
||||||
int num_legacy_host_irqs;
|
int num_legacy_host_irqs;
|
||||||
@ -34,7 +34,7 @@ struct keystone_pcie {
|
|||||||
int error_irq;
|
int error_irq;
|
||||||
|
|
||||||
/* Application register space */
|
/* Application register space */
|
||||||
void __iomem *va_app_base;
|
void __iomem *va_app_base; /* DT 1st resource */
|
||||||
struct resource app;
|
struct resource app;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user