X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fv850%2Fkernel%2Fsimcons.c;h=7f0efaa025c9ba99fe2e130ac502824ae70ffcc5;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=9aed8871b8c5a4c06372a58692f9216af38c5c7a;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/arch/v850/kernel/simcons.c b/arch/v850/kernel/simcons.c index 9aed8871b..7f0efaa02 100644 --- a/arch/v850/kernel/simcons.c +++ b/arch/v850/kernel/simcons.c @@ -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);