]> Git Repo - linux.git/blobdiff - arch/arm/mach-ixp4xx/nas100d-pci.c
ARM: PCI: provide a default bus scan implementation
[linux.git] / arch / arm / mach-ixp4xx / nas100d-pci.c
index ba1ad203f30fac06e5baeb7121d31810f9ed7310..8f0eba0a6800ab1d2122b076667f457c00c66d2e 100644 (file)
@@ -58,9 +58,9 @@ static int __init nas100d_map_irq(const struct pci_dev *dev, u8 slot, u8 pin)
 
 struct hw_pci __initdata nas100d_pci = {
        .nr_controllers = 1,
+       .ops            = &ixp4xx_ops,
        .preinit        = nas100d_pci_preinit,
        .setup          = ixp4xx_setup,
-       .scan           = ixp4xx_scan_bus,
        .map_irq        = nas100d_map_irq,
 };
 
This page took 0.041495 seconds and 4 git commands to generate.