diff options
Diffstat (limited to 'drivers/serial/serial_txx9.c')
-rw-r--r-- | drivers/serial/serial_txx9.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/serial/serial_txx9.c b/drivers/serial/serial_txx9.c index 2a48289ac722..7186a82c4759 100644 --- a/drivers/serial/serial_txx9.c +++ b/drivers/serial/serial_txx9.c | |||
@@ -556,8 +556,8 @@ static void serial_txx9_shutdown(struct uart_port *port) | |||
556 | } | 556 | } |
557 | 557 | ||
558 | static void | 558 | static void |
559 | serial_txx9_set_termios(struct uart_port *port, struct termios *termios, | 559 | serial_txx9_set_termios(struct uart_port *port, struct ktermios *termios, |
560 | struct termios *old) | 560 | struct ktermios *old) |
561 | { | 561 | { |
562 | struct uart_txx9_port *up = (struct uart_txx9_port *)port; | 562 | struct uart_txx9_port *up = (struct uart_txx9_port *)port; |
563 | unsigned int cval, fcr = 0; | 563 | unsigned int cval, fcr = 0; |