handle_sysrq lost its pt_regs * argument
[pandora-kernel.git] / arch / ppc / 4xx_io / serial_sicc.c
index 87fe9a8..080a205 100644 (file)
@@ -441,7 +441,7 @@ siccuart_rx_chars(struct SICC_info *info, struct pt_regs *regs)
 #ifdef SUPPORT_SYSRQ
         if (info->sysrq) {
             if (ch && time_before(jiffies, info->sysrq)) {
-                handle_sysrq(ch, regs, NULL);
+                handle_sysrq(ch, NULL);
                 info->sysrq = 0;
                 goto ignore_char;
             }