diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2007-12-21 15:49:11 +1100 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2008-01-17 14:57:01 +1100 |
commit | b6ed42a794e1ca51fb46ff2bdc562315c46dd9a8 (patch) | |
tree | c867dd634f0c02d17b937a5b0a3eb682cf4ceca2 /include/asm-powerpc | |
parent | 86bcab492cfdbaad144bdfb453b4e9db6117a7a5 (diff) | |
download | linux-3.10-b6ed42a794e1ca51fb46ff2bdc562315c46dd9a8.tar.gz linux-3.10-b6ed42a794e1ca51fb46ff2bdc562315c46dd9a8.tar.bz2 linux-3.10-b6ed42a794e1ca51fb46ff2bdc562315c46dd9a8.zip |
[POWERPC] The pci_dn pcidev is only used by EEH
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include/asm-powerpc')
-rw-r--r-- | include/asm-powerpc/pci-bridge.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-powerpc/pci-bridge.h b/include/asm-powerpc/pci-bridge.h index 07cdb5b786f..29324047779 100644 --- a/include/asm-powerpc/pci-bridge.h +++ b/include/asm-powerpc/pci-bridge.h @@ -170,12 +170,12 @@ struct pci_dn { struct pci_controller *phb; /* for pci devices */ struct iommu_table *iommu_table; /* for phb's or bridges */ - struct pci_dev *pcidev; /* back-pointer to the pci device */ struct device_node *node; /* back-pointer to the device_node */ int pci_ext_config_space; /* for pci devices */ #ifdef CONFIG_EEH + struct pci_dev *pcidev; /* back-pointer to the pci device */ int class_code; /* pci device class */ int eeh_mode; /* See eeh.h for possible EEH_MODEs */ int eeh_config_addr; |