Merge tag 'regmap-v3.15-nodev' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...
[firefly-linux-kernel-4.4.55.git] / drivers / tty / hvc / hvc_beat.c
index 5fe4631e2a6135f1fb2c417246b7e306e980475b..1560d235449e0f7cb336949f17ac8e591e5b1f2a 100644 (file)
@@ -113,7 +113,7 @@ static int __init hvc_beat_init(void)
        if (!firmware_has_feature(FW_FEATURE_BEAT))
                return -ENODEV;
 
-       hp = hvc_alloc(0, NO_IRQ, &hvc_beat_get_put_ops, 16);
+       hp = hvc_alloc(0, 0, &hvc_beat_get_put_ops, 16);
        if (IS_ERR(hp))
                return PTR_ERR(hp);
        hvc_beat_dev = hp;