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/funsoft.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/funsoft.c')
| -rw-r--r-- | drivers/usb/serial/funsoft.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/usb/serial/funsoft.c b/drivers/usb/serial/funsoft.c index b5194dc7d3bb..e8ba2cb5995d 100644 --- a/drivers/usb/serial/funsoft.c +++ b/drivers/usb/serial/funsoft.c | |||
| @@ -39,9 +39,6 @@ static struct usb_serial_driver funsoft_device = { | |||
| 39 | }, | 39 | }, |
| 40 | .id_table = id_table, | 40 | .id_table = id_table, |
| 41 | .usb_driver = &funsoft_driver, | 41 | .usb_driver = &funsoft_driver, |
| 42 | .num_interrupt_in = NUM_DONT_CARE, | ||
| 43 | .num_bulk_in = NUM_DONT_CARE, | ||
| 44 | .num_bulk_out = NUM_DONT_CARE, | ||
| 45 | .num_ports = 1, | 42 | .num_ports = 1, |
| 46 | }; | 43 | }; |
| 47 | 44 | ||
