diff options
Diffstat (limited to 'drivers/usb/serial/mos7720.c')
-rw-r--r-- | drivers/usb/serial/mos7720.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/serial/mos7720.c b/drivers/usb/serial/mos7720.c index 70f93b18292f..e55f4ed81d7b 100644 --- a/drivers/usb/serial/mos7720.c +++ b/drivers/usb/serial/mos7720.c | |||
@@ -1014,7 +1014,7 @@ static int send_cmd_write_baud_rate(struct moschip_port *mos7720_port, | |||
1014 | * the specified new settings. | 1014 | * the specified new settings. |
1015 | */ | 1015 | */ |
1016 | static void change_port_settings(struct moschip_port *mos7720_port, | 1016 | static void change_port_settings(struct moschip_port *mos7720_port, |
1017 | struct termios *old_termios) | 1017 | struct ktermios *old_termios) |
1018 | { | 1018 | { |
1019 | struct usb_serial_port *port; | 1019 | struct usb_serial_port *port; |
1020 | struct usb_serial *serial; | 1020 | struct usb_serial *serial; |
@@ -1203,7 +1203,7 @@ static void change_port_settings(struct moschip_port *mos7720_port, | |||
1203 | * termios structure. | 1203 | * termios structure. |
1204 | */ | 1204 | */ |
1205 | static void mos7720_set_termios(struct usb_serial_port *port, | 1205 | static void mos7720_set_termios(struct usb_serial_port *port, |
1206 | struct termios *old_termios) | 1206 | struct ktermios *old_termios) |
1207 | { | 1207 | { |
1208 | int status; | 1208 | int status; |
1209 | unsigned int cflag; | 1209 | unsigned int cflag; |