These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / arch / arm / mach-w90x900 / irq.c
index d66d43a..491b317 100644 (file)
@@ -211,6 +211,6 @@ void __init nuc900_init_irq(void)
        for (irqno = IRQ_WDT; irqno <= IRQ_ADC; irqno++) {
                irq_set_chip_and_handler(irqno, &nuc900_irq_chip,
                                         handle_level_irq);
-               set_irq_flags(irqno, IRQF_VALID);
+               irq_clear_status_flags(irqno, IRQ_NOREQUEST);
        }
 }