usb: dwc3: qcom: Replace <linux/clk-provider.h> by <linux/of_clk.h>
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 12 Feb 2020 10:18:53 +0000 (11:18 +0100)
committerFelipe Balbi <balbi@kernel.org>
Sun, 15 Mar 2020 09:32:56 +0000 (11:32 +0200)
commit201c26c08db4bafde361ace54d74eac5d69fb66a
tree7f9e32436b9ad3e7f70efce49ef5ae9527d6f6f4
parent0227cc84c44417a29c8102e41db8ec2c11ebc6b2
usb: dwc3: qcom: Replace <linux/clk-provider.h> by <linux/of_clk.h>

The DWC3 USB driver is not a clock provider, and just needs to call
of_clk_get_parent_count().

Hence it can include <linux/of_clk.h> instead of <linux/clk-provider.h>.

Reviewed-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Felipe Balbi <balbi@kernel.org>
drivers/usb/dwc3/dwc3-qcom.c