]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - drivers/usb/host/uhci-hcd.c
[PATCH] USB: add owner initialisation to host drivers
[mirror_ubuntu-artful-kernel.git] / drivers / usb / host / uhci-hcd.c
index d33ce3982a5f0e08f249ebb00697f3de22907fdc..15e0a511069bc419e240d1e224eff7b8e518aeba 100644 (file)
@@ -831,6 +831,7 @@ MODULE_DEVICE_TABLE(pci, uhci_pci_ids);
 static struct pci_driver uhci_pci_driver = {
        .name =         (char *)hcd_name,
        .id_table =     uhci_pci_ids,
+       .owner =        THIS_MODULE,
 
        .probe =        usb_hcd_pci_probe,
        .remove =       usb_hcd_pci_remove,