From: Geert Uytterhoeven Date: Wed, 19 Aug 2020 12:29:25 +0000 (+0200) Subject: h8300: Replace by X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=8808515be0ed4e33de9bfdc65f4c1b547ee11065;p=users%2Fjedix%2Flinux-maple.git h8300: Replace by The H8/300 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 Signed-off-by: Yoshinori Sato --- diff --git a/arch/h8300/kernel/setup.c b/arch/h8300/kernel/setup.c index 28ac88358a89a..0ecaac7dd7e93 100644 --- a/arch/h8300/kernel/setup.c +++ b/arch/h8300/kernel/setup.c @@ -24,7 +24,7 @@ #include #include #include -#include +#include #include #include #include