ARM: PCI: provide a default bus scan implementation
[sfrench/cifs-2.6.git] / arch / arm / mach-ixp4xx / wg302v2-pci.c
index f39a242746b04906a7f9ed5e4ea41b2ec1b04b8c..c92e5b82af3686c47fab014cb13d9c6b01da7f0a 100644 (file)
@@ -46,9 +46,9 @@ static int __init wg302v2_map_irq(const struct pci_dev *dev, u8 slot, u8 pin)
 
 struct hw_pci wg302v2_pci __initdata = {
        .nr_controllers = 1,
+       .ops = &ixp4xx_ops,
        .preinit =        wg302v2_pci_preinit,
        .setup =          ixp4xx_setup,
-       .scan =           ixp4xx_scan_bus,
        .map_irq =        wg302v2_map_irq,
 };