diff options
Diffstat (limited to 'drivers/usb/serial/cypress_m8.c')
-rw-r--r-- | drivers/usb/serial/cypress_m8.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/serial/cypress_m8.c b/drivers/usb/serial/cypress_m8.c index 6fac26c5fd53..14b64ba3eec0 100644 --- a/drivers/usb/serial/cypress_m8.c +++ b/drivers/usb/serial/cypress_m8.c | |||
@@ -91,7 +91,6 @@ MODULE_DEVICE_TABLE(usb, id_table_combined); | |||
91 | 91 | ||
92 | static struct usb_driver cypress_driver = { | 92 | static struct usb_driver cypress_driver = { |
93 | .name = "cypress", | 93 | .name = "cypress", |
94 | .probe = usb_serial_probe, | ||
95 | .disconnect = usb_serial_disconnect, | 94 | .disconnect = usb_serial_disconnect, |
96 | .id_table = id_table_combined, | 95 | .id_table = id_table_combined, |
97 | }; | 96 | }; |