]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: ingenic: Replace <linux/clk-provider.h> by <linux/of_clk.h>
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 6 May 2020 09:04:52 +0000 (11:04 +0200)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Thu, 7 May 2020 09:59:55 +0000 (11:59 +0200)
commit824a6cb7b53c812ce2f6f312131badaa35ea7b55
tree3c607136e526ae5318fcd9c1a98cd70c5b396dad
parent3f625eb935f8219bb876cab276ce511a9f40551b
MIPS: ingenic: Replace <linux/clk-provider.h> by <linux/of_clk.h>

The JZ4740 setup 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>.

Fixes: 5e22562fc4f9050b ("MIPS: ingenic: Drop obsolete code, merge the rest in setup.c")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/jz4740/setup.c