of/irq: Rename of_irq_map_* functions to of_irq_parse_*
[linux-2.6-block.git] / include / linux / of_pci.h
index fd9c408631a09ddee11f5852b65488915e2e4f10..839ba20808fee03588f1e54727368c3561336cf2 100644 (file)
@@ -6,7 +6,7 @@
 
 struct pci_dev;
 struct of_irq;
-int of_irq_map_pci(const struct pci_dev *pdev, struct of_irq *out_irq);
+int of_irq_parse_pci(const struct pci_dev *pdev, struct of_irq *out_irq);
 
 struct device_node;
 struct device_node *of_pci_find_child_device(struct device_node *parent,