mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-06 11:19:56 +00:00
[POWERPC] CPM_UART: cpm_uart_set_termios should take ktermios, not termios
This eliminates some warnings. Signed-off-by: Scott Wood <scottwood@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
This commit is contained in:
parent
4c35630ccd
commit
1bda8f3056
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user