]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ARM: rockchip: Replace <linux/clk-provider.h> by <linux/of_clk.h>
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 12 Feb 2020 10:08:27 +0000 (11:08 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 13 Apr 2020 07:40:45 +0000 (09:40 +0200)
commit37aed36cfec3b35469be3dc5fb52c8a459414cff
tree3b9c6a7124125db06b169fe73a3d6fda842436ca
parent8f3d9f354286745c751374f5f1fcafee6b3f3136
ARM: rockchip: Replace <linux/clk-provider.h> by <linux/of_clk.h>

The Rockchip 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>
Link: https://lore.kernel.org/r/20200212100830.446-5-geert+renesas@glider.be
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/mach-rockchip/rockchip.c