From: Geert Uytterhoeven Date: Wed, 12 Feb 2020 10:18:53 +0000 (+0100) Subject: usb: dwc3: qcom: Replace by X-Git-Tag: rel_imx_5.10.35_2.0.0-somdevices.0~2577^2~31^2~16 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=201c26c08db4bafde361ace54d74eac5d69fb66a;p=linux.git usb: dwc3: qcom: Replace by The DWC3 USB driver is not a clock provider, and just needs to call of_clk_get_parent_count(). Hence it can include instead of . Reviewed-by: Stephen Boyd Signed-off-by: Geert Uytterhoeven Signed-off-by: Felipe Balbi --- diff --git a/drivers/usb/dwc3/dwc3-qcom.c b/drivers/usb/dwc3/dwc3-qcom.c index 261af9e38ddd..1dfd024cd06b 100644 --- a/drivers/usb/dwc3/dwc3-qcom.c +++ b/drivers/usb/dwc3/dwc3-qcom.c @@ -9,7 +9,7 @@ #include #include #include -#include +#include #include #include #include