]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/arm/mach-iop32x/n2100.c
ARM: PCI: provide a default bus scan implementation
[karo-tx-linux.git] / arch / arm / mach-iop32x / n2100.c
index adf257a18f19418c65bfac08ed2ccdb4dc4579f7..5a7ae91e8849a5061ee9958c0bd3adaaf2de0501 100644 (file)
@@ -115,9 +115,9 @@ n2100_pci_map_irq(const struct pci_dev *dev, u8 slot, u8 pin)
 
 static struct hw_pci n2100_pci __initdata = {
        .nr_controllers = 1,
+       .ops            = &iop3xx_ops,
        .setup          = iop3xx_pci_setup,
        .preinit        = iop3xx_pci_preinit,
-       .scan           = iop3xx_pci_scan_bus,
        .map_irq        = n2100_pci_map_irq,
 };