microblaze: Replace <linux/clk-provider.h> by <linux/of_clk.h>
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 10 Nov 2020 15:48:51 +0000 (16:48 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 10 Nov 2020 17:07:09 +0000 (18:07 +0100)
commite167a59c654a788cacbb0c2dd93859a715824d5c
tree5c8caaa60c8c79ccbe76d21f97265ed345767a78
parent3650b228f83adda7e5ee532e2b90429c03f7b9ec
microblaze: Replace <linux/clk-provider.h> by <linux/of_clk.h>

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 <geert+renesas@glider.be>
Reviewed-by: Stephen Boyd <sboyd@kernel.org>
Link: https://lore.kernel.org/r/20201110154851.3285695-1-geert+renesas@glider.be
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/microblaze/kernel/setup.c