diff options
Diffstat (limited to 'drivers/mfd/ezx-pcap.c')
-rw-r--r-- | drivers/mfd/ezx-pcap.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/mfd/ezx-pcap.c b/drivers/mfd/ezx-pcap.c index 5991faddd3c6..19e55dd97a4e 100644 --- a/drivers/mfd/ezx-pcap.c +++ b/drivers/mfd/ezx-pcap.c | |||
@@ -463,11 +463,7 @@ static int ezx_pcap_probe(struct spi_device *spi) | |||
463 | for (i = pcap->irq_base; i < (pcap->irq_base + PCAP_NIRQS); i++) { | 463 | for (i = pcap->irq_base; i < (pcap->irq_base + PCAP_NIRQS); i++) { |
464 | irq_set_chip_and_handler(i, &pcap_irq_chip, handle_simple_irq); | 464 | irq_set_chip_and_handler(i, &pcap_irq_chip, handle_simple_irq); |
465 | irq_set_chip_data(i, pcap); | 465 | irq_set_chip_data(i, pcap); |
466 | #ifdef CONFIG_ARM | 466 | irq_clear_status_flags(i, IRQ_NOREQUEST | IRQ_NOPROBE); |
467 | set_irq_flags(i, IRQF_VALID); | ||
468 | #else | ||
469 | irq_set_noprobe(i); | ||
470 | #endif | ||
471 | } | 467 | } |
472 | 468 | ||
473 | /* mask/ack all PCAP interrupts */ | 469 | /* mask/ack all PCAP interrupts */ |