diff options
Diffstat (limited to 'drivers/usb/serial/ark3116.c')
-rw-r--r-- | drivers/usb/serial/ark3116.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/serial/ark3116.c b/drivers/usb/serial/ark3116.c index 863966c1c5ac..5261cd22ee6b 100644 --- a/drivers/usb/serial/ark3116.c +++ b/drivers/usb/serial/ark3116.c | |||
@@ -156,7 +156,7 @@ cleanup: | |||
156 | } | 156 | } |
157 | 157 | ||
158 | static void ark3116_set_termios(struct usb_serial_port *port, | 158 | static void ark3116_set_termios(struct usb_serial_port *port, |
159 | struct termios *old_termios) | 159 | struct ktermios *old_termios) |
160 | { | 160 | { |
161 | struct usb_serial *serial = port->serial; | 161 | struct usb_serial *serial = port->serial; |
162 | struct ark3116_private *priv = usb_get_serial_port_data(port); | 162 | struct ark3116_private *priv = usb_get_serial_port_data(port); |
@@ -326,7 +326,7 @@ static void ark3116_set_termios(struct usb_serial_port *port, | |||
326 | 326 | ||
327 | static int ark3116_open(struct usb_serial_port *port, struct file *filp) | 327 | static int ark3116_open(struct usb_serial_port *port, struct file *filp) |
328 | { | 328 | { |
329 | struct termios tmp_termios; | 329 | struct ktermios tmp_termios; |
330 | struct usb_serial *serial = port->serial; | 330 | struct usb_serial *serial = port->serial; |
331 | char *buf; | 331 | char *buf; |
332 | int result = 0; | 332 | int result = 0; |