x86/cpu: Expose arch_cpu_idle_dead()'s prototype definition
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 14 Feb 2023 08:38:57 +0000 (09:38 +0100)
committerJosh Poimboeuf <jpoimboe@kernel.org>
Wed, 8 Mar 2023 16:44:30 +0000 (08:44 -0800)
commitb4c108d7daf1039cf19388baff30a94563de3f3e
treeebad3549b988a2a8bf12e0eedff372e77babe355
parent071c44e4278156f18a6a56958617223b6bffa6ab
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@kernel.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Link: https://lore.kernel.org/r/20230214083857.50163-1-philmd@linaro.org
Signed-off-by: Josh Poimboeuf <jpoimboe@kernel.org>
arch/x86/kernel/process.c