The following commit has been merged into the objtool/core branch of tip: Commit-ID: b4c108d7daf1039cf19388baff30a94563de3f3e Gitweb: https://git.kernel.org/tip/b4c108d7daf1039cf19388baff30a94563de3f3e Author: Philippe Mathieu-Daudé <philmd@xxxxxxxxxx> AuthorDate: Tue, 14 Feb 2023 09:38:57 +01:00 Committer: Josh Poimboeuf <jpoimboe@xxxxxxxxxx> CommitterDate: Wed, 08 Mar 2023 08:44:30 -08:00 x86/cpu: Expose arch_cpu_idle_dead()'s prototype definition Include <linux/cpu.h> to make sure arch_cpu_idle_dead() matches its prototype going forward. Inspired-by: Josh Poimboeuf <jpoimboe@xxxxxxxxxx> Signed-off-by: Philippe Mathieu-Daudé <philmd@xxxxxxxxxx> Link: https://lore.kernel.org/r/20230214083857.50163-1-philmd@xxxxxxxxxx Signed-off-by: Josh Poimboeuf <jpoimboe@xxxxxxxxxx> --- arch/x86/kernel/process.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/x86/kernel/process.c b/arch/x86/kernel/process.c index 3e30147..d9ecaa6 100644 --- a/arch/x86/kernel/process.c +++ b/arch/x86/kernel/process.c @@ -5,6 +5,7 @@ #include <linux/kernel.h> #include <linux/mm.h> #include <linux/smp.h> +#include <linux/cpu.h> #include <linux/prctl.h> #include <linux/slab.h> #include <linux/sched.h>