upgrade to linux 2.6.10-1.12_FC2
[linux-2.6.git] / arch / um / drivers / stdio_console.c
index 54e6a57..e721e15 100644 (file)
@@ -143,10 +143,10 @@ static void con_close(struct tty_struct *tty, struct file *filp)
        line_close(vts, tty);
 }
 
-static int con_write(struct tty_struct *tty, int from_user, 
+static int con_write(struct tty_struct *tty, 
                     const unsigned char *buf, int count)
 {
-        return(line_write(vts, tty, from_user, buf, count));
+        return(line_write(vts, tty, buf, count));
 }
 
 static void set_termios(struct tty_struct *tty, struct termios * old)