diff options
Diffstat (limited to 'tty')
-rw-r--r-- | tty/tiny_serial.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |