diff options
Diffstat (limited to 'drivers/serial/ioc3_serial.c')
-rw-r--r-- | drivers/serial/ioc3_serial.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/serial/ioc3_serial.c b/drivers/serial/ioc3_serial.c index 2308d26c8629..9cc0be932316 100644 --- a/drivers/serial/ioc3_serial.c +++ b/drivers/serial/ioc3_serial.c | |||
@@ -950,7 +950,7 @@ static void transmit_chars(struct uart_port *the_port) | |||
950 | */ | 950 | */ |
951 | static void | 951 | static void |
952 | ioc3_change_speed(struct uart_port *the_port, | 952 | ioc3_change_speed(struct uart_port *the_port, |
953 | struct termios *new_termios, struct termios *old_termios) | 953 | struct ktermios *new_termios, struct ktermios *old_termios) |
954 | { | 954 | { |
955 | struct ioc3_port *port = get_ioc3_port(the_port); | 955 | struct ioc3_port *port = get_ioc3_port(the_port); |
956 | unsigned int cflag; | 956 | unsigned int cflag; |
@@ -1853,7 +1853,7 @@ static int ic3_startup(struct uart_port *the_port) | |||
1853 | */ | 1853 | */ |
1854 | static void | 1854 | static void |
1855 | ic3_set_termios(struct uart_port *the_port, | 1855 | ic3_set_termios(struct uart_port *the_port, |
1856 | struct termios *termios, struct termios *old_termios) | 1856 | struct ktermios *termios, struct ktermios *old_termios) |
1857 | { | 1857 | { |
1858 | unsigned long port_flags; | 1858 | unsigned long port_flags; |
1859 | 1859 | ||