diff options
Diffstat (limited to 'drivers/usb/host/uhci-pci.c')
-rw-r--r-- | drivers/usb/host/uhci-pci.c | 2 |
1 files changed, 2 insertions, 0 deletions
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"); | ||