diff options
Diffstat (limited to 'drivers/serial/sn_console.c')
-rw-r--r-- | drivers/serial/sn_console.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/serial/sn_console.c b/drivers/serial/sn_console.c index 956b2cf08e1e..253ceb895ca7 100644 --- a/drivers/serial/sn_console.c +++ b/drivers/serial/sn_console.c | |||
@@ -361,8 +361,8 @@ static int snp_startup(struct uart_port *port) | |||
361 | * | 361 | * |
362 | */ | 362 | */ |
363 | static void | 363 | static void |
364 | snp_set_termios(struct uart_port *port, struct termios *termios, | 364 | snp_set_termios(struct uart_port *port, struct ktermios *termios, |
365 | struct termios *old) | 365 | struct ktermios *old) |
366 | { | 366 | { |
367 | } | 367 | } |
368 | 368 | ||