Re: [PATCH] usb: dwc3: of-simple: remove include of clk-provider.h

2017-08-17 Thread Stephen Boyd
On 08/13, Shawn Guo wrote: > From: Shawn Guo > > 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. >

[PATCH] usb: dwc3: of-simple: remove include of clk-provider.h

2017-08-13 Thread Shawn Guo
From: Shawn Guo 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()