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