diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2007-06-21 12:22:47 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-06-29 02:57:07 -0400 |
commit | 5ab9c4524d7edd6ae3711bdfd03e4a0deb17fc6e (patch) | |
tree | e7adfb3a5abcb5e16f3f2a1cefb5e9c611468286 /arch/powerpc/platforms/86xx | |
parent | d3c7ffabf0ce31026b2e43490ff694d70c0fbd3a (diff) |
[POWERPC] Remove set_cfg_type for PCI indirect users that don't need it
The Freescale and Marvell PCI controllers dont require explicit setting for
type 1 config cycles. They handle producing them by implicitly looking at the
bus, devfn.
The TSI108 and 52xx don't use the generic PCI indirect code and thus don't
bother with set_cfg_type.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/86xx')
-rw-r--r-- | arch/powerpc/platforms/86xx/pci.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/86xx/pci.c b/arch/powerpc/platforms/86xx/pci.c index c1d65fac690d..1e47c145d54d 100644 --- a/arch/powerpc/platforms/86xx/pci.c +++ b/arch/powerpc/platforms/86xx/pci.c | |||
@@ -172,7 +172,6 @@ int __init mpc86xx_add_bridge(struct device_node *dev) | |||
172 | if (!hose) | 172 | if (!hose) |
173 | return -ENOMEM; | 173 | return -ENOMEM; |
174 | hose->arch_data = dev; | 174 | hose->arch_data = dev; |
175 | hose->set_cfg_type = 1; | ||
176 | 175 | ||
177 | /* last_busno = 0xfe cause by MPC8641 PCIE bug */ | 176 | /* last_busno = 0xfe cause by MPC8641 PCIE bug */ |
178 | hose->first_busno = bus_range ? bus_range[0] : 0x0; | 177 | hose->first_busno = bus_range ? bus_range[0] : 0x0; |