X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=drivers%2Fusb%2Fhost%2Fuhci-hcd.c;h=15e0a511069bc419e240d1e224eff7b8e518aeba;hb=efa400db5332ba341cc354c9d8a5298ff57faa98;hp=d33ce3982a5f0e08f249ebb00697f3de22907fdc;hpb=d0d5049fb02fc1082c17e08deecd6fed8db549b6;p=mirror_ubuntu-artful-kernel.git diff --git a/drivers/usb/host/uhci-hcd.c b/drivers/usb/host/uhci-hcd.c index d33ce3982a5f..15e0a511069b 100644 --- a/drivers/usb/host/uhci-hcd.c +++ b/drivers/usb/host/uhci-hcd.c @@ -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,