diff options
Diffstat (limited to 'drivers/usb/serial/mos7840.c')
-rw-r--r-- | drivers/usb/serial/mos7840.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/serial/mos7840.c b/drivers/usb/serial/mos7840.c index 5432c6340086..8cc728a49e41 100644 --- a/drivers/usb/serial/mos7840.c +++ b/drivers/usb/serial/mos7840.c | |||
@@ -1931,7 +1931,7 @@ static int mos7840_send_cmd_write_baud_rate(struct moschip_port *mos7840_port, | |||
1931 | *****************************************************************************/ | 1931 | *****************************************************************************/ |
1932 | 1932 | ||
1933 | static void mos7840_change_port_settings(struct moschip_port *mos7840_port, | 1933 | static void mos7840_change_port_settings(struct moschip_port *mos7840_port, |
1934 | struct termios *old_termios) | 1934 | struct ktermios *old_termios) |
1935 | { | 1935 | { |
1936 | struct tty_struct *tty; | 1936 | struct tty_struct *tty; |
1937 | int baud; | 1937 | int baud; |
@@ -2118,7 +2118,7 @@ static void mos7840_change_port_settings(struct moschip_port *mos7840_port, | |||
2118 | *****************************************************************************/ | 2118 | *****************************************************************************/ |
2119 | 2119 | ||
2120 | static void mos7840_set_termios(struct usb_serial_port *port, | 2120 | static void mos7840_set_termios(struct usb_serial_port *port, |
2121 | struct termios *old_termios) | 2121 | struct ktermios *old_termios) |
2122 | { | 2122 | { |
2123 | int status; | 2123 | int status; |
2124 | unsigned int cflag; | 2124 | unsigned int cflag; |