From: Scott Wood Date: Tue, 8 May 2007 17:19:21 +0000 (-0500) Subject: [POWERPC] CPM_UART: cpm_uart_set_termios should take ktermios, not termios X-Git-Tag: Ubuntu-5.13.0-19.19~51123^2~19 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=1bda8f3056126ccdbe10c747e00dd9e61cca48ca;p=mirror_ubuntu-jammy-kernel.git [POWERPC] CPM_UART: cpm_uart_set_termios should take ktermios, not termios This eliminates some warnings. Signed-off-by: Scott Wood Signed-off-by: Kumar Gala --- diff --git a/drivers/serial/cpm_uart/cpm_uart_core.c b/drivers/serial/cpm_uart/cpm_uart_core.c index f23972bc00c0..b63ff8dd7304 100644 --- a/drivers/serial/cpm_uart/cpm_uart_core.c +++ b/drivers/serial/cpm_uart/cpm_uart_core.c @@ -482,7 +482,8 @@ static void cpm_uart_shutdown(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; unsigned long flags;