of/irq: Rename of_irq_map_* functions to of_irq_parse_*
[linux-2.6-block.git] / arch / powerpc / platforms / cell / spu_manage.c
index 2bb6977c0a5aeee65b2f83400af8198fded3c543..e6cdb81a0959b5d12949aed6d2a1cdf9bb2ebfdc 100644 (file)
@@ -182,7 +182,7 @@ static int __init spu_map_interrupts(struct spu *spu, struct device_node *np)
        int i;
 
        for (i=0; i < 3; i++) {
-               ret = of_irq_map_one(np, i, &oirq);
+               ret = of_irq_parse_one(np, i, &oirq);
                if (ret) {
                        pr_debug("spu_new: failed to get irq %d\n", i);
                        goto err;