Преглед изворни кода

ipq806x: modules: fix typo in usb-dwc3-qcom dependencies

The phy driver has its qcom-dwc3 order switched in contrast to the usb
controller driver.

Signed-off-by: Kaspar Schleiser <[email protected]>
Signed-off-by: Jonas Gorski <[email protected]>

SVN-Revision: 46838
Jonas Gorski пре 10 година
родитељ
комит
bebff6364d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      target/linux/ipq806x/modules.mk

+ 1 - 1
target/linux/ipq806x/modules.mk

@@ -17,7 +17,7 @@ $(eval $(call KernelPackage,usb-phy-qcom-dwc3))
 
 define KernelPackage/usb-dwc3-qcom
   TITLE:=DWC3 USB QCOM controller driver
-  DEPENDS:=@TARGET_ipq806x +kmod-usb-dwc3 +kmod-usb-phy-dwc3-qcom
+  DEPENDS:=@TARGET_ipq806x +kmod-usb-dwc3 +kmod-usb-phy-qcom-dwc3
   KCONFIG:= CONFIG_USB_DWC3_QCOM
   FILES:= $(LINUX_DIR)/drivers/usb/dwc3/dwc3-qcom.ko
   AUTOLOAD:=$(call AutoLoad,53,dwc3-qcom,1)