From: Geert Uytterhoeven Date: Fri, 1 Mar 2024 21:02:19 +0000 (+0100) Subject: sh: return_address: Add missing #include X-Git-Tag: v6.10-rc1~181^2~30 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2be8df7c6dea7e3671a378ec4931edf9e35490d2;p=thirdparty%2Fkernel%2Flinux.git sh: return_address: Add missing #include arch/sh/kernel/return_address.c:49:7: warning: no previous prototype for ‘return_address’ [-Wmissing-prototypes] Signed-off-by: Geert Uytterhoeven Reviewed-by: John Paul Adrian Glaubitz Link: https://lore.kernel.org/r/45685f62c9132aca5dc3c028471218393b51f34c.1709326528.git.geert+renesas@glider.be Signed-off-by: John Paul Adrian Glaubitz --- diff --git a/arch/sh/kernel/return_address.c b/arch/sh/kernel/return_address.c index 8838094c9ff94..2ce22f11eab37 100644 --- a/arch/sh/kernel/return_address.c +++ b/arch/sh/kernel/return_address.c @@ -7,7 +7,9 @@ */ #include #include + #include +#include #ifdef CONFIG_DWARF_UNWINDER