diff options
| author | Steve French <sfrench@us.ibm.com> | 2008-04-25 16:20:10 -0400 |
|---|---|---|
| committer | Steve French <sfrench@us.ibm.com> | 2008-04-25 16:20:10 -0400 |
| commit | 404e86e1550cc2c84bb57a372af784585c732f9a (patch) | |
| tree | c0e8e2d61c1b1c79705c0dc9f0f16e35267286e4 /drivers/usb/serial/hp4x.c | |
| parent | 0206e61b467fde4d7b50f1a64355182a4fd9576b (diff) | |
| parent | b9fa38f75ea7e1f64bc29653ca9758303ce698e4 (diff) | |
Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6
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 | ||
