viafb: clean up virtual memory handling
[deliverable/linux.git] / drivers / watchdog / mpc5200_wdt.c
index 465fe36adad4db1ea03c35921aef1bd83a65ee8e..fa9c47ce0ae7b3d32a9c4a34a3747c2df08ae7d6 100644 (file)
@@ -188,7 +188,7 @@ static int mpc5200_wdt_probe(struct of_device *op,
        if (!wdt)
                return -ENOMEM;
 
-       wdt->ipb_freq = mpc52xx_find_ipb_freq(op->node);
+       wdt->ipb_freq = mpc5xxx_get_bus_frequency(op->node);
 
        err = of_address_to_resource(op->node, 0, &wdt->mem);
        if (err)
This page took 0.023573 seconds and 5 git commands to generate.