Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[firefly-linux-kernel-4.4.55.git] / drivers / tty / hvc / hvc_irq.c
index 2623e177e8d61d501fe1c39dd57d3768bfcad481..c9adb0559f61c2b743125b35713df17e3720e624 100644 (file)
@@ -28,7 +28,7 @@ int notifier_add_irq(struct hvc_struct *hp, int irq)
                hp->irq_requested = 0;
                return 0;
        }
-       rc = request_irq(irq, hvc_handle_interrupt, IRQF_DISABLED,
+       rc = request_irq(irq, hvc_handle_interrupt, 0,
                           "hvc_console", hp);
        if (!rc)
                hp->irq_requested = 1;