diff options
Diffstat (limited to 'drivers/usb/serial/spcp8x5.c')
-rw-r--r-- | drivers/usb/serial/spcp8x5.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/serial/spcp8x5.c b/drivers/usb/serial/spcp8x5.c index 91fea7bf15a6..754b138d1848 100644 --- a/drivers/usb/serial/spcp8x5.c +++ b/drivers/usb/serial/spcp8x5.c | |||
@@ -153,7 +153,6 @@ enum spcp8x5_type { | |||
153 | 153 | ||
154 | static struct usb_driver spcp8x5_driver = { | 154 | static struct usb_driver spcp8x5_driver = { |
155 | .name = "spcp8x5", | 155 | .name = "spcp8x5", |
156 | .probe = usb_serial_probe, | ||
157 | .disconnect = usb_serial_disconnect, | 156 | .disconnect = usb_serial_disconnect, |
158 | .id_table = id_table, | 157 | .id_table = id_table, |
159 | }; | 158 | }; |