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