diff options
Diffstat (limited to 'arch/powerpc/kernel/irq.c')
-rw-r--r-- | arch/powerpc/kernel/irq.c | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/arch/powerpc/kernel/irq.c b/arch/powerpc/kernel/irq.c index 77be3d058a65..60d39b7414c0 100644 --- a/arch/powerpc/kernel/irq.c +++ b/arch/powerpc/kernel/irq.c | |||
@@ -53,6 +53,8 @@ | |||
53 | #include <linux/bootmem.h> | 53 | #include <linux/bootmem.h> |
54 | #include <linux/pci.h> | 54 | #include <linux/pci.h> |
55 | #include <linux/debugfs.h> | 55 | #include <linux/debugfs.h> |
56 | #include <linux/of.h> | ||
57 | #include <linux/of_irq.h> | ||
56 | 58 | ||
57 | #include <asm/uaccess.h> | 59 | #include <asm/uaccess.h> |
58 | #include <asm/system.h> | 60 | #include <asm/system.h> |
@@ -804,18 +806,6 @@ unsigned int irq_create_of_mapping(struct device_node *controller, | |||
804 | } | 806 | } |
805 | EXPORT_SYMBOL_GPL(irq_create_of_mapping); | 807 | EXPORT_SYMBOL_GPL(irq_create_of_mapping); |
806 | 808 | ||
807 | unsigned int irq_of_parse_and_map(struct device_node *dev, int index) | ||
808 | { | ||
809 | struct of_irq oirq; | ||
810 | |||
811 | if (of_irq_map_one(dev, index, &oirq)) | ||
812 | return NO_IRQ; | ||
813 | |||
814 | return irq_create_of_mapping(oirq.controller, oirq.specifier, | ||
815 | oirq.size); | ||
816 | } | ||
817 | EXPORT_SYMBOL_GPL(irq_of_parse_and_map); | ||
818 | |||
819 | void irq_dispose_mapping(unsigned int virq) | 809 | void irq_dispose_mapping(unsigned int virq) |
820 | { | 810 | { |
821 | struct irq_host *host; | 811 | struct irq_host *host; |