diff options
author | Tom Gundersen <teg@jklm.no> | 2013-09-10 23:30:14 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-09-25 17:20:52 -0700 |
commit | 05c92da0c52494caf97d58be1b05b1f95a79ce4e (patch) | |
tree | cf635b671c601c9b9345f77242a086f944cd0fd4 /drivers/usb/host/ohci-pci.c | |
parent | c04ee4b1136e462722567cf6e76bb35a181574a7 (diff) | |
download | blackbird-op-linux-05c92da0c52494caf97d58be1b05b1f95a79ce4e.tar.gz blackbird-op-linux-05c92da0c52494caf97d58be1b05b1f95a79ce4e.zip |
usb: ohci/uhci - add soft dependencies on ehci_pci
Support for specifying soft dependencies in the modules themselves was
introduced in commit 7cb14ba.
In Arch we have always been shipping a module.d(5) fragment ordering ohci/uhci
after ehci. If this ordering is really necessary, it would be great to move it
to the kernel and getting the correct fragment generated by depmod.
Signed-off-by: Tom Gundersen <teg@jklm.no>
Cc: Alan Stern <stern@rowland.harvard.edu>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
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 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); MODULE_DESCRIPTION(DRIVER_DESC); MODULE_LICENSE("GPL"); +MODULE_SOFTDEP("pre: ehci_pci"); |