]> Git Repo - J-linux.git/commitdiff
microblaze: Replace <linux/clk-provider.h> by <linux/of_clk.h>
authorGeert Uytterhoeven <[email protected]>
Tue, 10 Nov 2020 15:48:51 +0000 (16:48 +0100)
committerMichal Simek <[email protected]>
Tue, 10 Nov 2020 17:07:09 +0000 (18:07 +0100)
The MicroBlaze 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 <[email protected]>
Reviewed-by: Stephen Boyd <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Michal Simek <[email protected]>
arch/microblaze/kernel/setup.c

index 333b09658ca891053e0bf2376213ead898c0701f..7fcf5279ad15f61f141f16cc99afd71f518830d1 100644 (file)
@@ -9,7 +9,7 @@
  */
 
 #include <linux/init.h>
-#include <linux/clk-provider.h>
+#include <linux/of_clk.h>
 #include <linux/clocksource.h>
 #include <linux/string.h>
 #include <linux/seq_file.h>
This page took 0.05214 seconds and 4 git commands to generate.