From c1d542bcab078274c05220376cda522892aa0a48 Mon Sep 17 00:00:00 2001 From: Javier Martinez Canillas Date: Fri, 31 Dec 2010 07:21:22 +0100 Subject: tty: tiny_serial: Use ktermios instead of termios --- tty/tiny_serial.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tty/tiny_serial.c') diff --git a/tty/tiny_serial.c b/tty/tiny_serial.c index 996cfdb..1ad3e1b 100644 --- a/tty/tiny_serial.c +++ b/tty/tiny_serial.c @@ -140,7 +140,7 @@ static void tiny_break_ctl(struct uart_port *port, int break_state) } static void tiny_set_termios(struct uart_port *port, - struct termios *new, struct termios *old) + struct ktermios *new, struct ktermios *old) { int baud, quot, cflag = new->c_cflag; /* get the byte size */ -- cgit v1.2.1-18-gbd029