diff options
-rw-r--r-- | drivers/usb/host/ohci-pci.c | 1 | ||||
-rw-r--r-- | drivers/usb/host/uhci-pci.c | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/drivers/usb/host/ohci-pci.c b/drivers/usb/host/ohci-pci.c index ec337c2bd5e0..eedf97c1790e 100644 --- a/drivers/usb/host/ohci-pci.c +++ b/drivers/usb/host/ohci-pci.c | |||
@@ -323,3 +323,4 @@ module_exit(ohci_pci_cleanup); | |||
323 | 323 | ||
324 | MODULE_DESCRIPTION(DRIVER_DESC); | 324 | MODULE_DESCRIPTION(DRIVER_DESC); |
325 | MODULE_LICENSE("GPL"); | 325 | MODULE_LICENSE("GPL"); |
326 | MODULE_SOFTDEP("pre: ehci_pci"); | ||
diff --git a/drivers/usb/host/uhci-pci.c b/drivers/usb/host/uhci-pci.c index c300bd2f7d1c..f7bbf43be039 100644 --- a/drivers/usb/host/uhci-pci.c +++ b/drivers/usb/host/uhci-pci.c | |||
@@ -299,3 +299,5 @@ static struct pci_driver uhci_pci_driver = { | |||
299 | }, | 299 | }, |
300 | #endif | 300 | #endif |
301 | }; | 301 | }; |
302 | |||
303 | MODULE_SOFTDEP("pre: ehci_pci"); | ||