This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / arch / v850 / kernel / memcons.c
index 673b509..9bd818b 100644 (file)
@@ -88,7 +88,8 @@ int memcons_tty_open (struct tty_struct *tty, struct file *filp)
        return 0;
 }
 
-int memcons_tty_write (struct tty_struct *tty, const unsigned char *buf, int len)
+int memcons_tty_write (struct tty_struct *tty, int from_user,
+                      const unsigned char *buf, int len)
 {
        return write (buf, len);
 }