vserver 1.9.5.x5
[linux-2.6.git] / arch / v850 / kernel / simcons.c
index 9aed887..7f0efaa 100644 (file)
@@ -59,7 +59,7 @@ int simcons_tty_open (struct tty_struct *tty, struct file *filp)
        return 0;
 }
 
-int simcons_tty_write (struct tty_struct *tty, int from_user,
+int simcons_tty_write (struct tty_struct *tty,
                       const unsigned char *buf, int count)
 {
        return V850_SIM_SYSCALL (write, 1, buf, count);