o drivers/usb/input/aiptek: initialize struct usb_driver ->owner field

parent 3268854d
......@@ -357,6 +357,7 @@ aiptek_disconnect(struct usb_interface *intf)
}
static struct usb_driver aiptek_driver = {
.owner = THIS_MODULE,
.name = "aiptek",
.probe = aiptek_probe,
.disconnect = aiptek_disconnect,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment