X-Git-Url: http://ftp.safe.ca/?p=safe%2Fjmp%2Flinux-2.6;a=blobdiff_plain;f=drivers%2Fserial%2F8250.c;h=51f3c739f7e1b87943734ae1fd746c72492891eb;hp=e34bd03cfce738c4d82ff34aae9718af1e53332d;hb=606d099cdd1080bbb50ea50dc52d98252f8f10a1;hpb=edc6afc5496875a640bef0913604be7550c1795d diff --git a/drivers/serial/8250.c b/drivers/serial/8250.c index e34bd03..51f3c73 100644 --- a/drivers/serial/8250.c +++ b/drivers/serial/8250.c @@ -1763,8 +1763,8 @@ static unsigned int serial8250_get_divisor(struct uart_port *port, unsigned int } static void -serial8250_set_termios(struct uart_port *port, struct termios *termios, - struct termios *old) +serial8250_set_termios(struct uart_port *port, struct ktermios *termios, + struct ktermios *old) { struct uart_8250_port *up = (struct uart_8250_port *)port; unsigned char cval, fcr = 0;