Re: [PATCH v2] powerpc/time: Replace by

2020-04-06 Thread Michael Ellerman
On Thu, 2020-02-13 at 08:38:04 UTC, Geert Uytterhoeven wrote: > The PowerPC time code is not a clock provider, and just needs to call > of_clk_init(). > > Hence it can include instead of . > > Remove the #ifdef protecting the of_clk_init() call, as a stub is > available for the !CONFIG_COMMON_CL

[PATCH v2] powerpc/time: Replace by

2020-02-13 Thread Geert Uytterhoeven
The PowerPC time code is not a clock provider, and just needs to call of_clk_init(). Hence it can include instead of . Remove the #ifdef protecting the of_clk_init() call, as a stub is available for the !CONFIG_COMMON_CLK case. Signed-off-by: Geert Uytterhoeven Reviewed-by: Stephen Boyd --- v