diff options
Diffstat (limited to 'drivers/usb/serial/ir-usb.c')
-rw-r--r-- | drivers/usb/serial/ir-usb.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/usb/serial/ir-usb.c b/drivers/usb/serial/ir-usb.c index ecfb2060ea0f..bf079059819e 100644 --- a/drivers/usb/serial/ir-usb.c +++ b/drivers/usb/serial/ir-usb.c | |||
@@ -134,7 +134,9 @@ static struct usb_driver ir_driver = { | |||
134 | 134 | ||
135 | 135 | ||
136 | static struct usb_serial_driver ir_device = { | 136 | static struct usb_serial_driver ir_device = { |
137 | .owner = THIS_MODULE, | 137 | .driver = { |
138 | .owner = THIS_MODULE, | ||
139 | }, | ||
138 | .name = "IR Dongle", | 140 | .name = "IR Dongle", |
139 | .id_table = id_table, | 141 | .id_table = id_table, |
140 | .num_interrupt_in = 1, | 142 | .num_interrupt_in = 1, |