]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/arm/mach-footbridge/cats-pci.c
ARM: PCI: provide a default bus scan implementation
[karo-tx-linux.git] / arch / arm / mach-footbridge / cats-pci.c
index dc13c873ff533406ea7cec31822739ea82a3c6af..5cec2567c9c5e53a5f7b627f3ae5a8b541ea4cb0 100644 (file)
@@ -47,8 +47,8 @@ static struct hw_pci cats_pci __initdata = {
        .swizzle                = cats_no_swizzle,
        .map_irq                = cats_map_irq,
        .nr_controllers         = 1,
+       .ops                    = &dc21285_ops,
        .setup                  = dc21285_setup,
-       .scan                   = dc21285_scan_bus,
        .preinit                = dc21285_preinit,
        .postinit               = dc21285_postinit,
 };