[MIPS] Fix DECserial build error by IRQ hander change Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/drivers/tc/zs.c b/drivers/tc/zs.c index 7c0fe1d..792becd 100644 --- a/drivers/tc/zs.c +++ b/drivers/tc/zs.c
@@ -389,7 +389,7 @@ if (ch == 0) continue; if (time_before(jiffies, break_pressed + HZ * 5)) { - handle_sysrq(ch, regs, NULL); + handle_sysrq(ch, NULL); break_pressed = 0; continue; }