diff options
Diffstat (limited to 'drivers/usb/serial/option.c')
-rw-r--r-- | drivers/usb/serial/option.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c index 6ec9266e2e96..a2b5adf34868 100644 --- a/drivers/usb/serial/option.c +++ b/drivers/usb/serial/option.c | |||
@@ -106,7 +106,9 @@ static struct usb_driver option_driver = { | |||
106 | * recognizes separately, thus num_port=1. | 106 | * recognizes separately, thus num_port=1. |
107 | */ | 107 | */ |
108 | static struct usb_serial_driver option_3port_device = { | 108 | static struct usb_serial_driver option_3port_device = { |
109 | .owner = THIS_MODULE, | 109 | .driver = { |
110 | .owner = THIS_MODULE, | ||
111 | }, | ||
110 | .name = "Option 3G data card", | 112 | .name = "Option 3G data card", |
111 | .short_name = "option", | 113 | .short_name = "option", |
112 | .id_table = option_ids, | 114 | .id_table = option_ids, |