aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc/pci-bridge.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-powerpc/pci-bridge.h')
-rw-r--r--include/asm-powerpc/pci-bridge.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-powerpc/pci-bridge.h b/include/asm-powerpc/pci-bridge.h
index 07cdb5b786f0..29324047779d 100644
--- a/include/asm-powerpc/pci-bridge.h
+++ b/include/asm-powerpc/pci-bridge.h
@@ -170,12 +170,12 @@ struct pci_dn {
170 170
171 struct pci_controller *phb; /* for pci devices */ 171 struct pci_controller *phb; /* for pci devices */
172 struct iommu_table *iommu_table; /* for phb's or bridges */ 172 struct iommu_table *iommu_table; /* for phb's or bridges */
173 struct pci_dev *pcidev; /* back-pointer to the pci device */
174 struct device_node *node; /* back-pointer to the device_node */ 173 struct device_node *node; /* back-pointer to the device_node */
175 174
176 int pci_ext_config_space; /* for pci devices */ 175 int pci_ext_config_space; /* for pci devices */
177 176
178#ifdef CONFIG_EEH 177#ifdef CONFIG_EEH
178 struct pci_dev *pcidev; /* back-pointer to the pci device */
179 int class_code; /* pci device class */ 179 int class_code; /* pci device class */
180 int eeh_mode; /* See eeh.h for possible EEH_MODEs */ 180 int eeh_mode; /* See eeh.h for possible EEH_MODEs */
181 int eeh_config_addr; 181 int eeh_config_addr;