From: Philippe Mathieu-Daudé Date: Tue, 14 Feb 2023 08:38:57 +0000 (+0100) Subject: x86/cpu: Expose arch_cpu_idle_dead()'s prototype definition X-Git-Tag: v6.4-rc1~96^2~29 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=b4c108d7daf1039cf19388baff30a94563de3f3e;p=linux-block.git x86/cpu: Expose arch_cpu_idle_dead()'s prototype definition Include to make sure arch_cpu_idle_dead() matches its prototype going forward. Inspired-by: Josh Poimboeuf Signed-off-by: Philippe Mathieu-Daudé Link: https://lore.kernel.org/r/20230214083857.50163-1-philmd@linaro.org Signed-off-by: Josh Poimboeuf --- diff --git a/arch/x86/kernel/process.c b/arch/x86/kernel/process.c index 3e30147a537e..d9ecaa618430 100644 --- a/arch/x86/kernel/process.c +++ b/arch/x86/kernel/process.c @@ -5,6 +5,7 @@ #include #include #include +#include #include #include #include