summaryrefslogtreecommitdiffstats
path: root/drivers/serial/v850e_uart.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/serial/v850e_uart.c')
-rw-r--r--drivers/serial/v850e_uart.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/serial/v850e_uart.c b/drivers/serial/v850e_uart.c
index 28f3bbff87bf..dd98aca6ed08 100644
--- a/drivers/serial/v850e_uart.c
+++ b/drivers/serial/v850e_uart.c
@@ -404,8 +404,8 @@ static void v850e_uart_shutdown (struct uart_port *port)
}
static void
-v850e_uart_set_termios (struct uart_port *port, struct termios *termios,
- struct termios *old)
+v850e_uart_set_termios (struct uart_port *port, struct ktermios *termios,
+ struct ktermios *old)
{
unsigned cflags = termios->c_cflag;