[POWERPC] Remove set_cfg_type for PCI indirect users that don't need it
authorKumar Gala <galak@kernel.crashing.org>
Thu, 21 Jun 2007 16:22:47 +0000 (11:22 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 29 Jun 2007 06:57:07 +0000 (01:57 -0500)
commit5ab9c4524d7edd6ae3711bdfd03e4a0deb17fc6e
treee7adfb3a5abcb5e16f3f2a1cefb5e9c611468286
parentd3c7ffabf0ce31026b2e43490ff694d70c0fbd3a
[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>
arch/powerpc/platforms/52xx/mpc52xx_pci.c
arch/powerpc/platforms/82xx/mpc82xx_ads.c
arch/powerpc/platforms/83xx/pci.c
arch/powerpc/platforms/85xx/pci.c
arch/powerpc/platforms/86xx/pci.c
arch/powerpc/sysdev/mv64x60_pci.c
arch/powerpc/sysdev/tsi108_pci.c