MIPS: process: Fix no previous prototype warning
authorJinyang He <hejinyang@loongson.cn>
Sun, 7 Feb 2021 08:52:36 +0000 (16:52 +0800)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Tue, 9 Feb 2021 10:16:02 +0000 (11:16 +0100)
commit9f0781bac9f3d75d10d6a862e18ff172ce07c202
tree313185f159550b8e10c7c4e8974756b469173121
parentfc4cac4cfc437659ce445c3c47b807e1cc625b66
MIPS: process: Fix no previous prototype warning

unwind_stack_by_address and unwind_stack need <asm/stacktrace.h>.
arch_align_stack needs <asm/exec.h>

link: https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org/thread/ZPL2RRA6RZKRQZI5IGOVLFXN2GVZBN3L/
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Jinyang He <hejinyang@loongson.cn>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/kernel/process.c