]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/process: Add missing include of stacktrace.h
authorChristophe Leroy <christophe.leroy@c-s.fr>
Tue, 9 Oct 2018 05:46:25 +0000 (16:46 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Sat, 13 Oct 2018 11:21:25 +0000 (22:21 +1100)
commit9d9bb8c5e3787cbc3903a9bf14daf567cad441b5
tree16c912dee5c41e6dfc327deebda6219dded9889e
parent84d51d16850d433bd3f8b6e1e5ee7f38df606b9c
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: f23ded7fae1a1 ("powerpc: Add show_user_instructions()")
Reviewed-by: Murilo Opsfelder Araujo <muriloo@linux.ibm.com>
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
[mpe: Split out of larger patch]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/kernel/process.c