diff options
Diffstat (limited to 'drivers/serial/sa1100.c')
-rw-r--r-- | drivers/serial/sa1100.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/serial/sa1100.c b/drivers/serial/sa1100.c index d4065266b6fc..58a83c27e14b 100644 --- a/drivers/serial/sa1100.c +++ b/drivers/serial/sa1100.c | |||
@@ -408,8 +408,8 @@ static void sa1100_shutdown(struct uart_port *port) | |||
408 | } | 408 | } |
409 | 409 | ||
410 | static void | 410 | static void |
411 | sa1100_set_termios(struct uart_port *port, struct termios *termios, | 411 | sa1100_set_termios(struct uart_port *port, struct ktermios *termios, |
412 | struct termios *old) | 412 | struct ktermios *old) |
413 | { | 413 | { |
414 | struct sa1100_port *sport = (struct sa1100_port *)port; | 414 | struct sa1100_port *sport = (struct sa1100_port *)port; |
415 | unsigned long flags; | 415 | unsigned long flags; |