diff options
-rw-r--r-- | drivers/serial/cpm_uart/cpm_uart_core.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/serial/cpm_uart/cpm_uart_core.c b/drivers/serial/cpm_uart/cpm_uart_core.c index f23972bc00c0..b63ff8dd7304 100644 --- a/drivers/serial/cpm_uart/cpm_uart_core.c +++ b/drivers/serial/cpm_uart/cpm_uart_core.c | |||
@@ -482,7 +482,8 @@ static void cpm_uart_shutdown(struct uart_port *port) | |||
482 | } | 482 | } |
483 | 483 | ||
484 | static void cpm_uart_set_termios(struct uart_port *port, | 484 | static void cpm_uart_set_termios(struct uart_port *port, |
485 | struct termios *termios, struct termios *old) | 485 | struct ktermios *termios, |
486 | struct ktermios *old) | ||
486 | { | 487 | { |
487 | int baud; | 488 | int baud; |
488 | unsigned long flags; | 489 | unsigned long flags; |