diff options
Diffstat (limited to 'drivers/serial/mux.c')
-rw-r--r-- | drivers/serial/mux.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/serial/mux.c b/drivers/serial/mux.c index ea9cbda77965..83211013deb8 100644 --- a/drivers/serial/mux.c +++ b/drivers/serial/mux.c | |||
@@ -307,8 +307,8 @@ static void mux_shutdown(struct uart_port *port) | |||
307 | * The Serial Mux does not support this function. | 307 | * The Serial Mux does not support this function. |
308 | */ | 308 | */ |
309 | static void | 309 | static void |
310 | mux_set_termios(struct uart_port *port, struct termios *termios, | 310 | mux_set_termios(struct uart_port *port, struct ktermios *termios, |
311 | struct termios *old) | 311 | struct ktermios *old) |
312 | { | 312 | { |
313 | } | 313 | } |
314 | 314 | ||