diff options
Diffstat (limited to 'drivers/serial/amba-pl010.c')
-rw-r--r-- | drivers/serial/amba-pl010.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/serial/amba-pl010.c b/drivers/serial/amba-pl010.c index 4d3626ef4643..61db6973755a 100644 --- a/drivers/serial/amba-pl010.c +++ b/drivers/serial/amba-pl010.c | |||
@@ -345,8 +345,8 @@ static void pl010_shutdown(struct uart_port *port) | |||
345 | } | 345 | } |
346 | 346 | ||
347 | static void | 347 | static void |
348 | pl010_set_termios(struct uart_port *port, struct termios *termios, | 348 | pl010_set_termios(struct uart_port *port, struct ktermios *termios, |
349 | struct termios *old) | 349 | struct ktermios *old) |
350 | { | 350 | { |
351 | unsigned int lcr_h, old_cr; | 351 | unsigned int lcr_h, old_cr; |
352 | unsigned long flags; | 352 | unsigned long flags; |