of/irq: Rename of_irq_map_* functions to of_irq_parse_*
[linux-2.6-block.git] / arch / x86 / kernel / devicetree.c
index 376dc7873447c80e27b8b765e6ff41a8f737da8a..3ac6398e5361538858a38d72eaa6a320784dad13 100644 (file)
@@ -116,7 +116,7 @@ static int x86_of_pci_irq_enable(struct pci_dev *dev)
        if (!pin)
                return 0;
 
-       ret = of_irq_map_pci(dev, &oirq);
+       ret = of_irq_parse_pci(dev, &oirq);
        if (ret)
                return ret;