From: Jinyang He Date: Sun, 7 Feb 2021 08:52:36 +0000 (+0800) Subject: MIPS: process: Fix no previous prototype warning X-Git-Tag: v5.12-rc1~142^2~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9f0781bac9f3d75d10d6a862e18ff172ce07c202;p=thirdparty%2Flinux.git MIPS: process: Fix no previous prototype warning unwind_stack_by_address and unwind_stack need . arch_align_stack needs link: https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org/thread/ZPL2RRA6RZKRQZI5IGOVLFXN2GVZBN3L/ Reported-by: kernel test robot Signed-off-by: Jinyang He Signed-off-by: Thomas Bogendoerfer --- diff --git a/arch/mips/kernel/process.c b/arch/mips/kernel/process.c index f94f291ee6c63..cdd2cd4df081c 100644 --- a/arch/mips/kernel/process.c +++ b/arch/mips/kernel/process.c @@ -26,6 +26,7 @@ #include #include #include +#include #include #include #include @@ -36,6 +37,7 @@ #include #include #include +#include #ifdef CONFIG_HOTPLUG_CPU void arch_cpu_idle_dead(void)