diff options
Diffstat (limited to 'drivers/usb/serial/io_edgeport.c')
-rw-r--r-- | drivers/usb/serial/io_edgeport.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/usb/serial/io_edgeport.c b/drivers/usb/serial/io_edgeport.c index cca1607857f7..6a26a2e683a6 100644 --- a/drivers/usb/serial/io_edgeport.c +++ b/drivers/usb/serial/io_edgeport.c | |||
@@ -242,14 +242,6 @@ static void edge_shutdown (struct usb_serial *serial); | |||
242 | 242 | ||
243 | #include "io_tables.h" /* all of the devices that this driver supports */ | 243 | #include "io_tables.h" /* all of the devices that this driver supports */ |
244 | 244 | ||
245 | static struct usb_driver io_driver = { | ||
246 | .name = "io_edgeport", | ||
247 | .probe = usb_serial_probe, | ||
248 | .disconnect = usb_serial_disconnect, | ||
249 | .id_table = id_table_combined, | ||
250 | .no_dynamic_id = 1, | ||
251 | }; | ||
252 | |||
253 | /* function prototypes for all of our local functions */ | 245 | /* function prototypes for all of our local functions */ |
254 | static void process_rcvd_data (struct edgeport_serial *edge_serial, unsigned char *buffer, __u16 bufferLength); | 246 | static void process_rcvd_data (struct edgeport_serial *edge_serial, unsigned char *buffer, __u16 bufferLength); |
255 | static void process_rcvd_status (struct edgeport_serial *edge_serial, __u8 byte2, __u8 byte3); | 247 | static void process_rcvd_status (struct edgeport_serial *edge_serial, __u8 byte2, __u8 byte3); |