These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / arch / arm / mach-iop33x / irq.c
index f7f5d3e..c99ec8d 100644 (file)
@@ -113,6 +113,6 @@ void __init iop33x_init_irq(void)
                irq_set_chip_and_handler(i,
                                         (i < 32) ? &iop33x_irqchip1 : &iop33x_irqchip2,
                                         handle_level_irq);
-               set_irq_flags(i, IRQF_VALID | IRQF_PROBE);
+               irq_clear_status_flags(i, IRQ_NOREQUEST | IRQ_NOPROBE);
        }
 }