]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blobdiff - drivers/usb/serial/kl5kusb105.c
[PATCH] USB Serial: get rid of the .owner field in usb_serial_driver
[mirror_ubuntu-eoan-kernel.git] / drivers / usb / serial / kl5kusb105.c
index be082706b95246b67034c846ee8716a78e3fcecd..586108ce7897b801ad7e0fcf56875afd40c4409b 100644 (file)
@@ -124,7 +124,9 @@ static struct usb_driver kl5kusb105d_driver = {
 };
 
 static struct usb_serial_driver kl5kusb105d_device = {
-       .owner =             THIS_MODULE,
+       .driver = {
+               .owner =        THIS_MODULE,
+       },
        .name =              "KL5KUSB105D / PalmConnect",
        .short_name =        "kl5kusb105d",
        .id_table =          id_table,