diff options
Diffstat (limited to 'drivers/serial/dz.c')
-rw-r--r-- | drivers/serial/dz.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/serial/dz.c b/drivers/serial/dz.c index af1544f3356f..587d87b9eb3c 100644 --- a/drivers/serial/dz.c +++ b/drivers/serial/dz.c | |||
@@ -461,8 +461,8 @@ static void dz_break_ctl(struct uart_port *uport, int break_state) | |||
461 | spin_unlock_irqrestore(&uport->lock, flags); | 461 | spin_unlock_irqrestore(&uport->lock, flags); |
462 | } | 462 | } |
463 | 463 | ||
464 | static void dz_set_termios(struct uart_port *uport, struct termios *termios, | 464 | static void dz_set_termios(struct uart_port *uport, struct ktermios *termios, |
465 | struct termios *old_termios) | 465 | struct ktermios *old_termios) |
466 | { | 466 | { |
467 | struct dz_port *dport = (struct dz_port *)uport; | 467 | struct dz_port *dport = (struct dz_port *)uport; |
468 | unsigned long flags; | 468 | unsigned long flags; |