diff options
Diffstat (limited to 'drivers/serial/pxa.c')
-rw-r--r-- | drivers/serial/pxa.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/serial/pxa.c b/drivers/serial/pxa.c index 415fe9633a9b..d403aaa55092 100644 --- a/drivers/serial/pxa.c +++ b/drivers/serial/pxa.c | |||
@@ -433,8 +433,8 @@ static void serial_pxa_shutdown(struct uart_port *port) | |||
433 | } | 433 | } |
434 | 434 | ||
435 | static void | 435 | static void |
436 | serial_pxa_set_termios(struct uart_port *port, struct termios *termios, | 436 | serial_pxa_set_termios(struct uart_port *port, struct ktermios *termios, |
437 | struct termios *old) | 437 | struct ktermios *old) |
438 | { | 438 | { |
439 | struct uart_pxa_port *up = (struct uart_pxa_port *)port; | 439 | struct uart_pxa_port *up = (struct uart_pxa_port *)port; |
440 | unsigned char cval, fcr = 0; | 440 | unsigned char cval, fcr = 0; |