diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/usb/serial/opticon.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/usb/serial/opticon.c b/drivers/usb/serial/opticon.c index 77700b0720c6..2fb71d8c3a95 100644 --- a/drivers/usb/serial/opticon.c +++ b/drivers/usb/serial/opticon.c | |||
@@ -518,13 +518,6 @@ error: | |||
518 | return retval; | 518 | return retval; |
519 | } | 519 | } |
520 | 520 | ||
521 | static void opticon_disconnect(struct usb_serial *serial) | ||
522 | { | ||
523 | struct opticon_private *priv = usb_get_serial_data(serial); | ||
524 | |||
525 | usb_kill_urb(priv->bulk_read_urb); | ||
526 | } | ||
527 | |||
528 | static void opticon_release(struct usb_serial *serial) | 521 | static void opticon_release(struct usb_serial *serial) |
529 | { | 522 | { |
530 | struct opticon_private *priv = usb_get_serial_data(serial); | 523 | struct opticon_private *priv = usb_get_serial_data(serial); |
@@ -570,7 +563,6 @@ static struct usb_serial_driver opticon_device = { | |||
570 | .close = opticon_close, | 563 | .close = opticon_close, |
571 | .write = opticon_write, | 564 | .write = opticon_write, |
572 | .write_room = opticon_write_room, | 565 | .write_room = opticon_write_room, |
573 | .disconnect = opticon_disconnect, | ||
574 | .release = opticon_release, | 566 | .release = opticon_release, |
575 | .throttle = opticon_throttle, | 567 | .throttle = opticon_throttle, |
576 | .unthrottle = opticon_unthrottle, | 568 | .unthrottle = opticon_unthrottle, |