commit | 201c26c08db4bafde361ace54d74eac5d69fb66a | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <geert+renesas@glider.be> | Wed Feb 12 11:18:53 2020 +0100 |
committer | Felipe Balbi <balbi@kernel.org> | Sun Mar 15 11:32:56 2020 +0200 |
tree | 7f9e32436b9ad3e7f70efce49ef5ae9527d6f6f4 | |
parent | 0227cc84c44417a29c8102e41db8ec2c11ebc6b2 [diff] |
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>