[PATCH] USB Serial: get rid of the .owner field in usb_serial_driver
[pandora-kernel.git] / drivers / usb / serial / ir-usb.c
index ecfb206..bf07905 100644 (file)
@@ -134,7 +134,9 @@ static struct usb_driver ir_driver = {
 
 
 static struct usb_serial_driver ir_device = {
-       .owner =                THIS_MODULE,
+       .driver = {
+               .owner =        THIS_MODULE,
+       },
        .name =                 "IR Dongle",
        .id_table =             id_table,
        .num_interrupt_in =     1,