From: Christophe Leroy Date: Tue, 9 Oct 2018 05:46:25 +0000 (+1100) Subject: powerpc/process: Add missing include of stacktrace.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c9386bfd37d37f29588de9ea9add455510049c33;p=linux.git powerpc/process: Add missing include of stacktrace.h As spotted by sparse: arch/powerpc/kernel/process.c:1302:6: warning: symbol 'show_user_instructions' was not declared. Should it be static? Fixes: 88b0fe1757359 ("powerpc: Add show_user_instructions()") Reviewed-by: Murilo Opsfelder Araujo Signed-off-by: Christophe Leroy [mpe: Split out of larger patch] Signed-off-by: Michael Ellerman --- diff --git a/arch/powerpc/kernel/process.c b/arch/powerpc/kernel/process.c index c7af420520414..3396c419abf2e 100644 --- a/arch/powerpc/kernel/process.c +++ b/arch/powerpc/kernel/process.c @@ -65,6 +65,7 @@ #include #include #include +#include #include #include