From: Geert Uytterhoeven Date: Fri, 1 Mar 2024 21:02:20 +0000 (+0100) Subject: sh: traps: Add missing #include X-Git-Tag: v6.10-rc1~181^2~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=86a2da4b56d44a97eeacb6501cfbc27b5139feff;p=thirdparty%2Fkernel%2Flinux.git sh: traps: Add missing #include arch/sh/kernel/traps_32.c:735:6: warning: no previous prototype for ‘per_cpu_trap_init’ [-Wmissing-prototypes] Signed-off-by: Geert Uytterhoeven Reviewed-by: John Paul Adrian Glaubitz Link: https://lore.kernel.org/r/a7750e57cc077ca6e27d0b9bd6b123d42894bc17.1709326528.git.geert+renesas@glider.be Signed-off-by: John Paul Adrian Glaubitz --- diff --git a/arch/sh/kernel/traps_32.c b/arch/sh/kernel/traps_32.c index 6cdda3a621a1e..8cd4b05df75c3 100644 --- a/arch/sh/kernel/traps_32.c +++ b/arch/sh/kernel/traps_32.c @@ -27,6 +27,7 @@ #include #include #include +#include #include #include