The struct usb_driver does not have an 'owner' field. Remove the
code in this driver that initializes it.
Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 MODULE_DEVICE_TABLE(usb, usbduxfast_usb_table);
 
 static struct usb_driver usbduxfast_usb_driver = {
-#ifdef COMEDI_HAVE_USB_DRIVER_OWNER
-       .owner          = THIS_MODULE,
-#endif
        .name           = "usbduxfast",
        .probe          = usbduxfast_usb_probe,
        .disconnect     = usbduxfast_usb_disconnect,