Searched hist:"614215 c8" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/arm/mach-sunxi/ |
H A D | sunxi.c | 614215c8 Wed Feb 12 04:08:29 CST 2020 Geert Uytterhoeven <geert+renesas@glider.be> ARM: sunxi: Replace <linux/clk-provider.h> by <linux/of_clk.h>
The Allwinner platform 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+renesas@glider.be> Reviewed-by: Stephen Boyd <sboyd@kernel.org> Signed-off-by: Maxime Ripard <maxime@cerno.tech> 614215c8 Wed Feb 12 04:08:29 CST 2020 Geert Uytterhoeven <geert+renesas@glider.be> ARM: sunxi: Replace <linux/clk-provider.h> by <linux/of_clk.h> The Allwinner platform 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+renesas@glider.be> Reviewed-by: Stephen Boyd <sboyd@kernel.org> Signed-off-by: Maxime Ripard <maxime@cerno.tech>
|