diff options
Diffstat (limited to 'drivers/usb/serial/empeg.c')
-rw-r--r-- | drivers/usb/serial/empeg.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/serial/empeg.c b/drivers/usb/serial/empeg.c index 4ce10a831953..92beeb19795f 100644 --- a/drivers/usb/serial/empeg.c +++ b/drivers/usb/serial/empeg.c | |||
@@ -92,7 +92,7 @@ static int empeg_ioctl (struct usb_serial_port *port, | |||
92 | struct file * file, | 92 | struct file * file, |
93 | unsigned int cmd, | 93 | unsigned int cmd, |
94 | unsigned long arg); | 94 | unsigned long arg); |
95 | static void empeg_set_termios (struct usb_serial_port *port, struct termios *old_termios); | 95 | static void empeg_set_termios (struct usb_serial_port *port, struct ktermios *old_termios); |
96 | static void empeg_write_bulk_callback (struct urb *urb); | 96 | static void empeg_write_bulk_callback (struct urb *urb); |
97 | static void empeg_read_bulk_callback (struct urb *urb); | 97 | static void empeg_read_bulk_callback (struct urb *urb); |
98 | 98 | ||
@@ -442,7 +442,7 @@ static int empeg_ioctl (struct usb_serial_port *port, struct file * file, unsign | |||
442 | } | 442 | } |
443 | 443 | ||
444 | 444 | ||
445 | static void empeg_set_termios (struct usb_serial_port *port, struct termios *old_termios) | 445 | static void empeg_set_termios (struct usb_serial_port *port, struct ktermios *old_termios) |
446 | { | 446 | { |
447 | 447 | ||
448 | dbg("%s - port %d", __FUNCTION__, port->number); | 448 | dbg("%s - port %d", __FUNCTION__, port->number); |