[PATCH] USB Serial: get rid of the .owner field in usb_serial_driver
[deliverable/linux.git] / drivers / usb / serial / omninet.c
index 53c0588877c027cc22b0b57a2df00c44655bd483..f6327cc1b2e7b3ac7e636d91ef4543c27ce354b9 100644 (file)
@@ -89,7 +89,9 @@ static struct usb_driver omninet_driver = {
 
 
 static struct usb_serial_driver zyxel_omninet_device = {
-       .owner =                THIS_MODULE,
+       .driver = {
+               .owner =        THIS_MODULE,
+       },
        .name =                 "ZyXEL - omni.net lcd plus usb",
        .short_name =           "omninet",
        .id_table =             id_table,
This page took 0.023756 seconds and 5 git commands to generate.