diff options
Diffstat (limited to 'drivers/usb/serial/cp210x.c')
-rw-r--r-- | drivers/usb/serial/cp210x.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/serial/cp210x.c b/drivers/usb/serial/cp210x.c index 81468c0f5e61..cbfc08dd67cd 100644 --- a/drivers/usb/serial/cp210x.c +++ b/drivers/usb/serial/cp210x.c | |||
@@ -158,7 +158,6 @@ struct cp210x_port_private { | |||
158 | 158 | ||
159 | static struct usb_driver cp210x_driver = { | 159 | static struct usb_driver cp210x_driver = { |
160 | .name = "cp210x", | 160 | .name = "cp210x", |
161 | .probe = usb_serial_probe, | ||
162 | .disconnect = usb_serial_disconnect, | 161 | .disconnect = usb_serial_disconnect, |
163 | .id_table = id_table, | 162 | .id_table = id_table, |
164 | }; | 163 | }; |