of/irq: Rename of_irq_map_* functions to of_irq_parse_*
[linux-2.6-block.git] / arch / powerpc / platforms / pseries / event_sources.c
index 2605c310166a00ccb03b24a93b494e5525ca79dc..850c18c457ad2975de9c722ec67447f9c1181c56 100644 (file)
@@ -55,7 +55,7 @@ void request_event_sources_irqs(struct device_node *np,
        /* Else use normal interrupt tree parsing */
        else {
                /* First try to do a proper OF tree parsing */
-               for (index = 0; of_irq_map_one(np, index, &oirq) == 0;
+               for (index = 0; of_irq_parse_one(np, index, &oirq) == 0;
                     index++) {
                        if (count > 15)
                                break;