diff options
Diffstat (limited to 'drivers/serial/vr41xx_siu.c')
-rw-r--r-- | drivers/serial/vr41xx_siu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/serial/vr41xx_siu.c b/drivers/serial/vr41xx_siu.c index fd51f8182dec..cf0e663b42ed 100644 --- a/drivers/serial/vr41xx_siu.c +++ b/drivers/serial/vr41xx_siu.c | |||
@@ -562,8 +562,8 @@ static void siu_shutdown(struct uart_port *port) | |||
562 | free_irq(port->irq, port); | 562 | free_irq(port->irq, port); |
563 | } | 563 | } |
564 | 564 | ||
565 | static void siu_set_termios(struct uart_port *port, struct termios *new, | 565 | static void siu_set_termios(struct uart_port *port, struct ktermios *new, |
566 | struct termios *old) | 566 | struct ktermios *old) |
567 | { | 567 | { |
568 | tcflag_t c_cflag, c_iflag; | 568 | tcflag_t c_cflag, c_iflag; |
569 | uint8_t lcr, fcr, ier; | 569 | uint8_t lcr, fcr, ier; |