diff options
Diffstat (limited to 'drivers/usb/serial/f81232.c')
-rw-r--r-- | drivers/usb/serial/f81232.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/serial/f81232.c b/drivers/usb/serial/f81232.c index db65e7e9f8da..9052ec3cdf70 100644 --- a/drivers/usb/serial/f81232.c +++ b/drivers/usb/serial/f81232.c | |||
@@ -352,7 +352,6 @@ static void f81232_release(struct usb_serial *serial) | |||
352 | 352 | ||
353 | static struct usb_driver f81232_driver = { | 353 | static struct usb_driver f81232_driver = { |
354 | .name = "f81232", | 354 | .name = "f81232", |
355 | .disconnect = usb_serial_disconnect, | ||
356 | .id_table = id_table, | 355 | .id_table = id_table, |
357 | }; | 356 | }; |
358 | 357 | ||