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: v2.6.22-rc1~108^2~19 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=1bda8f3056126ccdbe10c747e00dd9e61cca48ca;p=linux-2.6-omap-h63xx.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 f23972bc00c..b63ff8dd730 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;