MIPS: irq: Remove IRQF_DISABLED
[cascardo/linux.git] / arch / mips / kernel / rtlx.c
index 933166f..a9d801d 100644 (file)
@@ -473,7 +473,6 @@ static const struct file_operations rtlx_fops = {
 
 static struct irqaction rtlx_irq = {
        .handler        = rtlx_interrupt,
-       .flags          = IRQF_DISABLED,
        .name           = "RTLX",
 };