bcma: use standard bus scanning during early register
[firefly-linux-kernel-4.4.55.git] / drivers / bcma / host_soc.c
index 335cbcfd945b83893a981428b573df7924f81c04..2dce34789329f13bf46fe3e33000aff149127205 100644 (file)
@@ -193,7 +193,7 @@ int __init bcma_host_soc_init(struct bcma_soc *soc)
        int err;
 
        /* Scan bus and initialize it */
-       err = bcma_bus_early_register(bus, &soc->core_cc, &soc->core_mips);
+       err = bcma_bus_early_register(bus);
        if (err)
                iounmap(bus->mmio);