diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2007-12-20 23:49:11 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2008-01-16 22:57:01 -0500 |
commit | b6ed42a794e1ca51fb46ff2bdc562315c46dd9a8 (patch) | |
tree | c867dd634f0c02d17b937a5b0a3eb682cf4ceca2 /arch | |
parent | 86bcab492cfdbaad144bdfb453b4e9db6117a7a5 (diff) |
[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 'arch')
-rw-r--r-- | arch/powerpc/platforms/iseries/pci.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/iseries/pci.c b/arch/powerpc/platforms/iseries/pci.c index 30e3d992dc0d..931941036b91 100644 --- a/arch/powerpc/platforms/iseries/pci.c +++ b/arch/powerpc/platforms/iseries/pci.c | |||
@@ -438,7 +438,6 @@ void __init iSeries_pcibios_fixup_resources(struct pci_dev *pdev) | |||
438 | } | 438 | } |
439 | 439 | ||
440 | pdev->sysdata = node; | 440 | pdev->sysdata = node; |
441 | PCI_DN(node)->pcidev = pdev; | ||
442 | allocate_device_bars(pdev); | 441 | allocate_device_bars(pdev); |
443 | iseries_device_information(pdev, bus, *sub_bus); | 442 | iseries_device_information(pdev, bus, *sub_bus); |
444 | iommu_devnode_init_iSeries(pdev, node); | 443 | iommu_devnode_init_iSeries(pdev, node); |