From: Kenn H. <ke...@us...> - 2003-08-19 12:56:57
|
Update of /cvsroot/linux-vax/kernel-2.5/drivers/char In directory sc8-pr-cvs1:/tmp/cvs-serv23575/drivers/char Modified Files: tty_io.c Log Message: Merge with 2.5.62 Index: tty_io.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/drivers/char/tty_io.c,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- tty_io.c 5 Aug 2003 23:17:56 -0000 1.19 +++ tty_io.c 19 Aug 2003 12:56:20 -0000 1.20 @@ -2043,7 +2043,7 @@ /* * The default put_char routine if the driver did not define one. */ -void tty_default_put_char(struct tty_struct *tty, unsigned char ch) +static void tty_default_put_char(struct tty_struct *tty, unsigned char ch) { tty->driver.write(tty, 0, &ch, 1); } |