diff options
author | 2015-10-09 13:30:10 +0300 | |
---|---|---|
committer | 2015-10-16 23:34:22 -0700 | |
commit | 8451a34ff6c7c756e9e0f0094a3ba856c9734e5d (patch) | |
tree | 956b1a7e514033b433a67d779cb14b25f58a6e08 /drivers/usb/core/hcd.c | |
parent | xhci: replace custom implementation of readq / writeq (diff) | |
download | linux-dev-8451a34ff6c7c756e9e0f0094a3ba856c9734e5d.tar.xz linux-dev-8451a34ff6c7c756e9e0f0094a3ba856c9734e5d.zip |
usb: xhci: Makefile: move xhci-pci and xhci-plat-hcd after xhci-hcd
Module xhci-pci and xhci-plat-hcd depend on xhci-hcd. Module xhci-hcd
should be put at a place before xhci-pci and xhci-plat-hcd. Otherwise,
xhci_hcd_init() might be executed after other functions in xhci-hcd if
they are all selected to be built in.
Signed-off-by: Lu Baolu <baolu.lu@linux.intel.com>
Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/core/hcd.c')
0 files changed, 0 insertions, 0 deletions