diff options
Diffstat (limited to 'drivers/usb/serial/qcaux.c')
-rw-r--r-- | drivers/usb/serial/qcaux.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/serial/qcaux.c b/drivers/usb/serial/qcaux.c index b53865b8cd9c..30b73e68a904 100644 --- a/drivers/usb/serial/qcaux.c +++ b/drivers/usb/serial/qcaux.c | |||
@@ -86,6 +86,7 @@ static struct usb_serial_driver qcaux_device = { | |||
86 | .name = "qcaux", | 86 | .name = "qcaux", |
87 | }, | 87 | }, |
88 | .id_table = id_table, | 88 | .id_table = id_table, |
89 | .usb_driver = &qcaux_driver, | ||
89 | .num_ports = 1, | 90 | .num_ports = 1, |
90 | }; | 91 | }; |
91 | 92 | ||