diff options
Diffstat (limited to 'drivers/usb/serial/mos7840.c')
-rw-r--r-- | drivers/usb/serial/mos7840.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/serial/mos7840.c b/drivers/usb/serial/mos7840.c index 8f370e08c439..91c3c5eb74c5 100644 --- a/drivers/usb/serial/mos7840.c +++ b/drivers/usb/serial/mos7840.c | |||
@@ -2785,7 +2785,6 @@ static void mos7840_release(struct usb_serial *serial) | |||
2785 | 2785 | ||
2786 | static struct usb_driver io_driver = { | 2786 | static struct usb_driver io_driver = { |
2787 | .name = "mos7840", | 2787 | .name = "mos7840", |
2788 | .disconnect = usb_serial_disconnect, | ||
2789 | .id_table = moschip_id_table_combined, | 2788 | .id_table = moschip_id_table_combined, |
2790 | }; | 2789 | }; |
2791 | 2790 | ||