usb: chipidea: imx: avoid unnecessary probe defer every time
The ci_hdrc_imx's probe needs usbmisc_imx to be loadded beforehand, so it is better we load usbmisc_imx first. Signed-off-by: Peter Chen <peter.chen@freescale.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
aeb2c1210d
commit
73de934401
1 changed files with 1 additions and 1 deletions
|
@ -17,5 +17,5 @@ ifneq ($(CONFIG_PCI),)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(CONFIG_OF),)
|
ifneq ($(CONFIG_OF),)
|
||||||
obj-$(CONFIG_USB_CHIPIDEA) += ci_hdrc_imx.o usbmisc_imx.o
|
obj-$(CONFIG_USB_CHIPIDEA) += usbmisc_imx.o ci_hdrc_imx.o
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue