[MIPS] Fix DECserial build error by IRQ hander change
authorYoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Sat, 7 Oct 2006 04:41:51 +0000 (13:41 +0900)
committerRalf Baechle <ralf@linux-mips.org>
Sun, 8 Oct 2006 01:38:28 +0000 (02:38 +0100)
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
drivers/tc/zs.c

index 7c0fe1d..792becd 100644 (file)
@@ -389,7 +389,7 @@ static void receive_chars(struct dec_serial *info)
                        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;
                        }