ARM: PCI: get rid of pci_std_swizzle()
[sfrench/cifs-2.6.git] / arch / arm / mach-ixp4xx / wg302v2-pci.c
index f27dfcfe811b122dc6f7e971a484d419ee50f5c4..f39a242746b04906a7f9ed5e4ea41b2ec1b04b8c 100644 (file)
@@ -47,7 +47,6 @@ static int __init wg302v2_map_irq(const struct pci_dev *dev, u8 slot, u8 pin)
 struct hw_pci wg302v2_pci __initdata = {
        .nr_controllers = 1,
        .preinit =        wg302v2_pci_preinit,
-       .swizzle =        pci_std_swizzle,
        .setup =          ixp4xx_setup,
        .scan =           ixp4xx_scan_bus,
        .map_irq =        wg302v2_map_irq,