diff options
author | Johan Hovold <jhovold@gmail.com> | 2013-03-21 12:36:42 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-03-25 13:48:26 -0700 |
commit | 0f16cfe39eeef47c91aa3c3bf2b49954d5313a58 (patch) | |
tree | 1e3e57c886d3fa653b4e86bacf023626d57de6ff /include/linux/usb/serial.h | |
parent | f8f0ad8621cf01e1e3f8264863b270c2308a9c1a (diff) | |
download | linux-stable-0f16cfe39eeef47c91aa3c3bf2b49954d5313a58.tar.gz linux-stable-0f16cfe39eeef47c91aa3c3bf2b49954d5313a58.tar.bz2 linux-stable-0f16cfe39eeef47c91aa3c3bf2b49954d5313a58.zip |
USB: serial: remove generic disconnect callback
Remove the now empty generic disconnect callback and make the disconnect
callback non-mandatory.
Signed-off-by: Johan Hovold <jhovold@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/usb/serial.h')
-rw-r--r-- | include/linux/usb/serial.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/usb/serial.h b/include/linux/usb/serial.h index 1819b59aab2a..437dfd6787f9 100644 --- a/include/linux/usb/serial.h +++ b/include/linux/usb/serial.h @@ -329,7 +329,6 @@ extern void usb_serial_generic_read_bulk_callback(struct urb *urb); extern void usb_serial_generic_write_bulk_callback(struct urb *urb); extern void usb_serial_generic_throttle(struct tty_struct *tty); extern void usb_serial_generic_unthrottle(struct tty_struct *tty); -extern void usb_serial_generic_disconnect(struct usb_serial *serial); extern void usb_serial_generic_release(struct usb_serial *serial); extern int usb_serial_generic_register(void); extern void usb_serial_generic_deregister(void); |