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 8ad1b8c5ec5d..ccb8fa1800a5 100644 --- a/drivers/serial/mux.c +++ b/drivers/serial/mux.c | |||
@@ -273,8 +273,8 @@ static void mux_shutdown(struct uart_port *port) | |||
273 | * The Serial Mux does not support this function. | 273 | * The Serial Mux does not support this function. |
274 | */ | 274 | */ |
275 | static void | 275 | static void |
276 | mux_set_termios(struct uart_port *port, struct termios *termios, | 276 | mux_set_termios(struct uart_port *port, struct ktermios *termios, |
277 | struct termios *old) | 277 | struct ktermios *old) |
278 | { | 278 | { |
279 | } | 279 | } |
280 | 280 | ||