]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: mmp: Replace <linux/clk-provider.h> by <linux/of_clk.h>
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 5 May 2020 15:45:36 +0000 (17:45 +0200)
committerArnd Bergmann <arnd@arndb.de>
Fri, 15 May 2020 20:55:16 +0000 (22:55 +0200)
commit77433174dbd5963ac8a111f89a9759a965e8a5f6
tree1ecc6a9bf610d534cf51903932a503a7b7677299
parent842e9564c6288464f6d33b0471ca40a6f27f2c82
ARM: mmp: Replace <linux/clk-provider.h> by <linux/of_clk.h>

The Marvell MMP 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>.

Link: https://lore.kernel.org/r/20200505154536.4099-4-geert+renesas@glider.be
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Stephen Boyd <sboyd@kernel.org>
Acked-by: Lubomir Rintel <lkundrak@v3.sk>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-mmp/mmp-dt.c
arch/arm/mach-mmp/mmp2-dt.c