of/irq: Rename of_irq_map_* functions to of_irq_parse_*
[linux-2.6-block.git] / arch / powerpc / platforms / cell / spider-pic.c
index 8e299447127e108a7d0b8179fa085a8b245f8dbb..b491f406560a015c5d1c5af6b15e0a819431701a 100644 (file)
@@ -236,7 +236,7 @@ static unsigned int __init spider_find_cascade_and_node(struct spider_pic *pic)
         * tree in case the device-tree is ever fixed
         */
        struct of_irq oirq;
-       if (of_irq_map_one(pic->host->of_node, 0, &oirq) == 0) {
+       if (of_irq_parse_one(pic->host->of_node, 0, &oirq) == 0) {
                virq = irq_create_of_mapping(oirq.controller, oirq.specifier,
                                             oirq.size);
                return virq;