of/irq: Rename of_irq_map_* functions to of_irq_parse_*
[linux-2.6-block.git] / arch / powerpc / sysdev / mpic_msi.c
index bbf342c883142515e300e6eb7e5f5a3af1cd8a2c..463e3a7c193c08514895dfbfadc69aee4d14fa33 100644 (file)
@@ -63,7 +63,7 @@ static int mpic_msi_reserve_u3_hwirqs(struct mpic *mpic)
                pr_debug("mpic: mapping hwirqs for %s\n", np->full_name);
 
                index = 0;
-               while (of_irq_map_one(np, index++, &oirq) == 0) {
+               while (of_irq_parse_one(np, index++, &oirq) == 0) {
                        ops->xlate(mpic->irqhost, NULL, oirq.specifier,
                                                oirq.size, &hwirq, &flags);
                        msi_bitmap_reserve_hwirq(&mpic->msi_bitmap, hwirq);