Commit 1bda8f30 authored by Scott Wood's avatar Scott Wood Committed by Kumar Gala

[POWERPC] CPM_UART: cpm_uart_set_termios should take ktermios, not termios

This eliminates some warnings.
Signed-off-by: default avatarScott Wood <scottwood@freescale.com>
Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent 4c35630c
...@@ -482,7 +482,8 @@ static void cpm_uart_shutdown(struct uart_port *port) ...@@ -482,7 +482,8 @@ static void cpm_uart_shutdown(struct uart_port *port)
} }
static void cpm_uart_set_termios(struct uart_port *port, static void cpm_uart_set_termios(struct uart_port *port,
struct termios *termios, struct termios *old) struct ktermios *termios,
struct ktermios *old)
{ {
int baud; int baud;
unsigned long flags; unsigned long flags;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment