Quoting Geert Uytterhoeven (2020-02-12 02:17:36) > The PowerPC time code is not a clock provider, and just needs to call > of_clk_init(). > > Hence it can include <linux/of_clk.h> instead of <linux/clk-provider.h>. > > Signed-off-by: Geert Uytterhoeven <geert+rene...@glider.be> > ---
Reviewed-by: Stephen Boyd <sb...@kernel.org> This has an ifdef around the of_clk_init() call. Can you remove that too given that we stub it out in the header?