diff options
Diffstat (limited to 'drivers/usb/serial/belkin_sa.c')
-rw-r--r-- | drivers/usb/serial/belkin_sa.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/serial/belkin_sa.c b/drivers/usb/serial/belkin_sa.c index 8835bb58ca9b..38b4dae319ee 100644 --- a/drivers/usb/serial/belkin_sa.c +++ b/drivers/usb/serial/belkin_sa.c | |||
@@ -92,7 +92,7 @@ static void belkin_sa_shutdown (struct usb_serial *serial); | |||
92 | static int belkin_sa_open (struct usb_serial_port *port, struct file *filp); | 92 | static int belkin_sa_open (struct usb_serial_port *port, struct file *filp); |
93 | static void belkin_sa_close (struct usb_serial_port *port, struct file *filp); | 93 | static void belkin_sa_close (struct usb_serial_port *port, struct file *filp); |
94 | static void belkin_sa_read_int_callback (struct urb *urb); | 94 | static void belkin_sa_read_int_callback (struct urb *urb); |
95 | static void belkin_sa_set_termios (struct usb_serial_port *port, struct termios * old); | 95 | static void belkin_sa_set_termios (struct usb_serial_port *port, struct ktermios * old); |
96 | static int belkin_sa_ioctl (struct usb_serial_port *port, struct file * file, unsigned int cmd, unsigned long arg); | 96 | static int belkin_sa_ioctl (struct usb_serial_port *port, struct file * file, unsigned int cmd, unsigned long arg); |
97 | static void belkin_sa_break_ctl (struct usb_serial_port *port, int break_state ); | 97 | static void belkin_sa_break_ctl (struct usb_serial_port *port, int break_state ); |
98 | static int belkin_sa_tiocmget (struct usb_serial_port *port, struct file *file); | 98 | static int belkin_sa_tiocmget (struct usb_serial_port *port, struct file *file); |
@@ -333,7 +333,7 @@ exit: | |||
333 | __FUNCTION__, retval); | 333 | __FUNCTION__, retval); |
334 | } | 334 | } |
335 | 335 | ||
336 | static void belkin_sa_set_termios (struct usb_serial_port *port, struct termios *old_termios) | 336 | static void belkin_sa_set_termios (struct usb_serial_port *port, struct ktermios *old_termios) |
337 | { | 337 | { |
338 | struct usb_serial *serial = port->serial; | 338 | struct usb_serial *serial = port->serial; |
339 | struct belkin_sa_private *priv = usb_get_serial_port_data(port); | 339 | struct belkin_sa_private *priv = usb_get_serial_port_data(port); |