diff options
Diffstat (limited to 'arch/powerpc/kernel/irq.c')
-rw-r--r-- | arch/powerpc/kernel/irq.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/kernel/irq.c b/arch/powerpc/kernel/irq.c index 4a5aa8ca97a5..0715a09a4101 100644 --- a/arch/powerpc/kernel/irq.c +++ b/arch/powerpc/kernel/irq.c | |||
@@ -732,8 +732,6 @@ unsigned int irq_create_mapping(struct irq_host *host, | |||
732 | */ | 732 | */ |
733 | virq = irq_find_mapping(host, hwirq); | 733 | virq = irq_find_mapping(host, hwirq); |
734 | if (virq != NO_IRQ) { | 734 | if (virq != NO_IRQ) { |
735 | if (host->ops->remap) | ||
736 | host->ops->remap(host, virq, hwirq); | ||
737 | pr_debug("irq: -> existing mapping on virq %d\n", virq); | 735 | pr_debug("irq: -> existing mapping on virq %d\n", virq); |
738 | return virq; | 736 | return virq; |
739 | } | 737 | } |