Shawn Guo e7059ef82a usb: dwc3: of-simple: remove include of clk-provider.h
The header clk-provider.h is there for clock drivers (providers) to
include, not client drivers (consumers).  That said,
of_clk_get_parent_count() is a helper function for clock providers, not
a clk API for consumers.

Let's replace of_clk_get_parent_count() with of_count_phandle_with_args()
call, so that we can remove the include of clk-provider.h.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
2017-08-15 14:18:53 +03:00
..
2017-06-02 11:22:27 +03:00
2017-06-02 11:22:29 +03:00
2017-04-11 10:58:31 +03:00
2017-08-09 13:09:50 +03:00
2017-06-02 11:22:10 +03:00
2017-06-02 11:22:27 +03:00
2017-04-11 16:47:26 +02:00
2017-04-11 10:58:31 +03:00
2017-06-02 11:22:29 +03:00