From: Geert Uytterhoeven Date: Tue, 10 Nov 2020 15:50:29 +0000 (+0100) Subject: sh: boards: Replace by X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=16a30ba15cd782e95fc57e87c2c4515778d3b493;p=linux.git sh: boards: Replace by The SuperH/J2 DT 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/20201110155029.3286090-1-geert+renesas@glider.be Signed-off-by: Stephen Boyd --- diff --git a/arch/sh/boards/of-generic.c b/arch/sh/boards/of-generic.c index bffbe69b2236a..921d76fc33583 100644 --- a/arch/sh/boards/of-generic.c +++ b/arch/sh/boards/of-generic.c @@ -6,10 +6,10 @@ */ #include +#include #include #include #include -#include #include #include