diff options
Diffstat (limited to 'drivers/usb/serial/hp4x.c')
-rw-r--r-- | drivers/usb/serial/hp4x.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/usb/serial/hp4x.c b/drivers/usb/serial/hp4x.c index 6c6ebae741c9..75b88b356ebc 100644 --- a/drivers/usb/serial/hp4x.c +++ b/drivers/usb/serial/hp4x.c | |||
@@ -50,9 +50,6 @@ static struct usb_serial_driver hp49gp_device = { | |||
50 | }, | 50 | }, |
51 | .id_table = id_table, | 51 | .id_table = id_table, |
52 | .usb_driver = &hp49gp_driver, | 52 | .usb_driver = &hp49gp_driver, |
53 | .num_interrupt_in = NUM_DONT_CARE, | ||
54 | .num_bulk_in = NUM_DONT_CARE, | ||
55 | .num_bulk_out = NUM_DONT_CARE, | ||
56 | .num_ports = 1, | 53 | .num_ports = 1, |
57 | }; | 54 | }; |
58 | 55 | ||