diff options
Diffstat (limited to 'drivers/serial/sunsab.c')
-rw-r--r-- | drivers/serial/sunsab.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/serial/sunsab.c b/drivers/serial/sunsab.c index 08a7cd6a3a0c..493d5bbb661b 100644 --- a/drivers/serial/sunsab.c +++ b/drivers/serial/sunsab.c | |||
@@ -786,8 +786,8 @@ static void sunsab_convert_to_sab(struct uart_sunsab_port *up, unsigned int cfla | |||
786 | } | 786 | } |
787 | 787 | ||
788 | /* port->lock is not held. */ | 788 | /* port->lock is not held. */ |
789 | static void sunsab_set_termios(struct uart_port *port, struct termios *termios, | 789 | static void sunsab_set_termios(struct uart_port *port, struct ktermios *termios, |
790 | struct termios *old) | 790 | struct ktermios *old) |
791 | { | 791 | { |
792 | struct uart_sunsab_port *up = (struct uart_sunsab_port *) port; | 792 | struct uart_sunsab_port *up = (struct uart_sunsab_port *) port; |
793 | unsigned long flags; | 793 | unsigned long flags; |