diff options
Diffstat (limited to 'drivers/usb/serial/ir-usb.c')
-rw-r--r-- | drivers/usb/serial/ir-usb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/serial/ir-usb.c b/drivers/usb/serial/ir-usb.c index 331bf81556fc..8fdf486e3465 100644 --- a/drivers/usb/serial/ir-usb.c +++ b/drivers/usb/serial/ir-usb.c | |||
@@ -107,7 +107,7 @@ static void ir_close (struct usb_serial_port *port, struct file *filep); | |||
107 | static int ir_write (struct usb_serial_port *port, const unsigned char *buf, int count); | 107 | static int ir_write (struct usb_serial_port *port, const unsigned char *buf, int count); |
108 | static void ir_write_bulk_callback (struct urb *urb); | 108 | static void ir_write_bulk_callback (struct urb *urb); |
109 | static void ir_read_bulk_callback (struct urb *urb); | 109 | static void ir_read_bulk_callback (struct urb *urb); |
110 | static void ir_set_termios (struct usb_serial_port *port, struct termios *old_termios); | 110 | static void ir_set_termios (struct usb_serial_port *port, struct ktermios *old_termios); |
111 | 111 | ||
112 | static u8 ir_baud = 0; | 112 | static u8 ir_baud = 0; |
113 | static u8 ir_xbof = 0; | 113 | static u8 ir_xbof = 0; |
@@ -497,7 +497,7 @@ static void ir_read_bulk_callback (struct urb *urb) | |||
497 | return; | 497 | return; |
498 | } | 498 | } |
499 | 499 | ||
500 | static void ir_set_termios (struct usb_serial_port *port, struct termios *old_termios) | 500 | static void ir_set_termios (struct usb_serial_port *port, struct ktermios *old_termios) |
501 | { | 501 | { |
502 | unsigned char *transfer_buffer; | 502 | unsigned char *transfer_buffer; |
503 | unsigned int cflag; | 503 | unsigned int cflag; |