diff options
Diffstat (limited to 'drivers/serial/mpc52xx_uart.c')
-rw-r--r-- | drivers/serial/mpc52xx_uart.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/serial/mpc52xx_uart.c b/drivers/serial/mpc52xx_uart.c index 6dd579ed9777..9d11a75663e6 100644 --- a/drivers/serial/mpc52xx_uart.c +++ b/drivers/serial/mpc52xx_uart.c | |||
@@ -270,8 +270,8 @@ mpc52xx_uart_shutdown(struct uart_port *port) | |||
270 | } | 270 | } |
271 | 271 | ||
272 | static void | 272 | static void |
273 | mpc52xx_uart_set_termios(struct uart_port *port, struct termios *new, | 273 | mpc52xx_uart_set_termios(struct uart_port *port, struct ktermios *new, |
274 | struct termios *old) | 274 | struct ktermios *old) |
275 | { | 275 | { |
276 | struct mpc52xx_psc __iomem *psc = PSC(port); | 276 | struct mpc52xx_psc __iomem *psc = PSC(port); |
277 | unsigned long flags; | 277 | unsigned long flags; |