diff options
Diffstat (limited to 'drivers/usb/host')
-rw-r--r-- | drivers/usb/host/ehci-pci.c | 1 | ||||
-rw-r--r-- | drivers/usb/host/hc_crisv10.c | 1 | ||||
-rw-r--r-- | drivers/usb/host/ohci-pci.c | 1 | ||||
-rw-r--r-- | drivers/usb/host/uhci-hcd.c | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/drivers/usb/host/ehci-pci.c b/drivers/usb/host/ehci-pci.c index 145008853966..dfd9bd0b1828 100644 --- a/drivers/usb/host/ehci-pci.c +++ b/drivers/usb/host/ehci-pci.c | |||
@@ -383,7 +383,6 @@ MODULE_DEVICE_TABLE (pci, pci_ids); | |||
383 | static struct pci_driver ehci_pci_driver = { | 383 | static struct pci_driver ehci_pci_driver = { |
384 | .name = (char *) hcd_name, | 384 | .name = (char *) hcd_name, |
385 | .id_table = pci_ids, | 385 | .id_table = pci_ids, |
386 | .owner = THIS_MODULE, | ||
387 | 386 | ||
388 | .probe = usb_hcd_pci_probe, | 387 | .probe = usb_hcd_pci_probe, |
389 | .remove = usb_hcd_pci_remove, | 388 | .remove = usb_hcd_pci_remove, |
diff --git a/drivers/usb/host/hc_crisv10.c b/drivers/usb/host/hc_crisv10.c index a8267cf17db4..0eaabeb37ac3 100644 --- a/drivers/usb/host/hc_crisv10.c +++ b/drivers/usb/host/hc_crisv10.c | |||
@@ -14,7 +14,6 @@ | |||
14 | #include <linux/unistd.h> | 14 | #include <linux/unistd.h> |
15 | #include <linux/interrupt.h> | 15 | #include <linux/interrupt.h> |
16 | #include <linux/init.h> | 16 | #include <linux/init.h> |
17 | #include <linux/version.h> | ||
18 | #include <linux/list.h> | 17 | #include <linux/list.h> |
19 | #include <linux/spinlock.h> | 18 | #include <linux/spinlock.h> |
20 | 19 | ||
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, |
diff --git a/drivers/usb/host/uhci-hcd.c b/drivers/usb/host/uhci-hcd.c index 15e0a511069b..d33ce3982a5f 100644 --- a/drivers/usb/host/uhci-hcd.c +++ b/drivers/usb/host/uhci-hcd.c | |||
@@ -831,7 +831,6 @@ MODULE_DEVICE_TABLE(pci, uhci_pci_ids); | |||
831 | static struct pci_driver uhci_pci_driver = { | 831 | static struct pci_driver uhci_pci_driver = { |
832 | .name = (char *)hcd_name, | 832 | .name = (char *)hcd_name, |
833 | .id_table = uhci_pci_ids, | 833 | .id_table = uhci_pci_ids, |
834 | .owner = THIS_MODULE, | ||
835 | 834 | ||
836 | .probe = usb_hcd_pci_probe, | 835 | .probe = usb_hcd_pci_probe, |
837 | .remove = usb_hcd_pci_remove, | 836 | .remove = usb_hcd_pci_remove, |