From: Geert Uytterhoeven Date: Tue, 10 Nov 2020 15:48:51 +0000 (+0100) Subject: microblaze: Replace by X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e167a59c654a788cacbb0c2dd93859a715824d5c;p=linux.git microblaze: Replace by The MicroBlaze platform code is not a clock provider, and just needs to call of_clk_init(). Hence it can include instead of . Signed-off-by: Geert Uytterhoeven Reviewed-by: Stephen Boyd Link: https://lore.kernel.org/r/20201110154851.3285695-1-geert+renesas@glider.be Signed-off-by: Michal Simek --- diff --git a/arch/microblaze/kernel/setup.c b/arch/microblaze/kernel/setup.c index 333b09658ca89..7fcf5279ad15f 100644 --- a/arch/microblaze/kernel/setup.c +++ b/arch/microblaze/kernel/setup.c @@ -9,7 +9,7 @@ */ #include -#include +#include #include #include #include