diff options
Diffstat (limited to 'drivers/usb/serial/visor.c')
-rw-r--r-- | drivers/usb/serial/visor.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/serial/visor.c b/drivers/usb/serial/visor.c index eef5eaa5fa0..b09f0609605 100644 --- a/drivers/usb/serial/visor.c +++ b/drivers/usb/serial/visor.c | |||
@@ -46,7 +46,7 @@ static int visor_probe (struct usb_serial *serial, const struct usb_device_id | |||
46 | static int visor_calc_num_ports(struct usb_serial *serial); | 46 | static int visor_calc_num_ports(struct usb_serial *serial); |
47 | static void visor_shutdown (struct usb_serial *serial); | 47 | static void visor_shutdown (struct usb_serial *serial); |
48 | static int visor_ioctl (struct usb_serial_port *port, struct file * file, unsigned int cmd, unsigned long arg); | 48 | static int visor_ioctl (struct usb_serial_port *port, struct file * file, unsigned int cmd, unsigned long arg); |
49 | static void visor_set_termios (struct usb_serial_port *port, struct termios *old_termios); | 49 | static void visor_set_termios (struct usb_serial_port *port, struct ktermios *old_termios); |
50 | static void visor_write_bulk_callback (struct urb *urb); | 50 | static void visor_write_bulk_callback (struct urb *urb); |
51 | static void visor_read_bulk_callback (struct urb *urb); | 51 | static void visor_read_bulk_callback (struct urb *urb); |
52 | static void visor_read_int_callback (struct urb *urb); | 52 | static void visor_read_int_callback (struct urb *urb); |
@@ -916,7 +916,7 @@ static int visor_ioctl (struct usb_serial_port *port, struct file * file, unsign | |||
916 | 916 | ||
917 | 917 | ||
918 | /* This function is all nice and good, but we don't change anything based on it :) */ | 918 | /* This function is all nice and good, but we don't change anything based on it :) */ |
919 | static void visor_set_termios (struct usb_serial_port *port, struct termios *old_termios) | 919 | static void visor_set_termios (struct usb_serial_port *port, struct ktermios *old_termios) |
920 | { | 920 | { |
921 | unsigned int cflag; | 921 | unsigned int cflag; |
922 | 922 | ||