diff options
Diffstat (limited to 'drivers/usb/serial/option.c')
-rw-r--r-- | drivers/usb/serial/option.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c index d1674bc3d4fa..a654f17424a4 100644 --- a/drivers/usb/serial/option.c +++ b/drivers/usb/serial/option.c | |||
@@ -1222,7 +1222,6 @@ MODULE_DEVICE_TABLE(usb, option_ids); | |||
1222 | 1222 | ||
1223 | static struct usb_driver option_driver = { | 1223 | static struct usb_driver option_driver = { |
1224 | .name = "option", | 1224 | .name = "option", |
1225 | .probe = usb_serial_probe, | ||
1226 | .disconnect = usb_serial_disconnect, | 1225 | .disconnect = usb_serial_disconnect, |
1227 | .id_table = option_ids, | 1226 | .id_table = option_ids, |
1228 | }; | 1227 | }; |