diff options
Diffstat (limited to 'drivers/usb/host/ohci-pci.c')
-rw-r--r-- | drivers/usb/host/ohci-pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/host/ohci-pci.c b/drivers/usb/host/ohci-pci.c index a8dde8b75691..bf1d5ab4aa3a 100644 --- a/drivers/usb/host/ohci-pci.c +++ b/drivers/usb/host/ohci-pci.c | |||
@@ -216,6 +216,7 @@ MODULE_DEVICE_TABLE (pci, pci_ids); | |||
216 | static struct pci_driver ohci_pci_driver = { | 216 | static struct pci_driver ohci_pci_driver = { |
217 | .name = (char *) hcd_name, | 217 | .name = (char *) hcd_name, |
218 | .id_table = pci_ids, | 218 | .id_table = pci_ids, |
219 | .owner = THIS_MODULE, | ||
219 | 220 | ||
220 | .probe = usb_hcd_pci_probe, | 221 | .probe = usb_hcd_pci_probe, |
221 | .remove = usb_hcd_pci_remove, | 222 | .remove = usb_hcd_pci_remove, |