From: Geert Uytterhoeven Date: Fri, 1 Mar 2024 21:02:25 +0000 (+0100) Subject: sh: math-emu: Add missing #include X-Git-Tag: v6.10-rc1~181^2~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=74feee2c562149df7e043ead148e0b6559c12917;p=thirdparty%2Fkernel%2Flinux.git sh: math-emu: Add missing #include arch/sh/math-emu/math.c:492:5: warning: no previous prototype for 'do_fpu_inst' [-Wmissing-prototypes] Signed-off-by: Geert Uytterhoeven Reviewed-by: John Paul Adrian Glaubitz Link: https://lore.kernel.org/r/cfda1ba2eadb75e2793e67d43df42fe4c04e4fcf.1709326528.git.geert+renesas@glider.be Signed-off-by: John Paul Adrian Glaubitz --- diff --git a/arch/sh/math-emu/math.c b/arch/sh/math-emu/math.c index cdaef6501d764..b65703e065735 100644 --- a/arch/sh/math-emu/math.c +++ b/arch/sh/math-emu/math.c @@ -15,6 +15,8 @@ #include #include + +#include #include #include