usb: xhci: Makefile: move xhci-pci and xhci-plat-hcd after xhci-hcd
authorLu, Baolu <baolu.lu@linux.intel.com>
Fri, 9 Oct 2015 10:30:10 +0000 (13:30 +0300)
committerSasha Levin <sasha.levin@oracle.com>
Mon, 15 Feb 2016 20:45:33 +0000 (15:45 -0500)
commit23159bb315f95c245ccfa9a248f8ecb786dbdc1e
treeb4bc968544ade125f75b73d30a801428d4861f0d
parentfa91182ea7c3ea6476cf24ced5cb9878216d5f9e
usb: xhci: Makefile: move xhci-pci and xhci-plat-hcd after xhci-hcd

[ Upstream commit 8451a34ff6c7c756e9e0f0094a3ba856c9734e5d ]

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>
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
drivers/usb/host/Makefile