diff options
Diffstat (limited to 'drivers/serial/amba-pl011.c')
-rw-r--r-- | drivers/serial/amba-pl011.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/serial/amba-pl011.c b/drivers/serial/amba-pl011.c index d503625730df..9a3b374b2a08 100644 --- a/drivers/serial/amba-pl011.c +++ b/drivers/serial/amba-pl011.c | |||
@@ -412,8 +412,8 @@ static void pl011_shutdown(struct uart_port *port) | |||
412 | } | 412 | } |
413 | 413 | ||
414 | static void | 414 | static void |
415 | pl011_set_termios(struct uart_port *port, struct termios *termios, | 415 | pl011_set_termios(struct uart_port *port, struct ktermios *termios, |
416 | struct termios *old) | 416 | struct ktermios *old) |
417 | { | 417 | { |
418 | unsigned int lcr_h, old_cr; | 418 | unsigned int lcr_h, old_cr; |
419 | unsigned long flags; | 419 | unsigned long flags; |