From: Josh Poimboeuf Date: Tue, 14 Feb 2023 07:05:35 +0000 (-0800) Subject: alpha/cpu: Expose arch_cpu_idle_dead()'s prototype declaration X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1e8a0be5ed3aaa26dd77927df32bbd0df3449a1e;p=linux.git alpha/cpu: Expose arch_cpu_idle_dead()'s prototype declaration Include to make sure arch_cpu_idle_dead() matches its prototype going forward. Link: https://lore.kernel.org/r/b0405c2ac5686303b6026e1ac27cfd769b21a7d0.1676358308.git.jpoimboe@kernel.org Signed-off-by: Josh Poimboeuf --- diff --git a/arch/alpha/kernel/process.c b/arch/alpha/kernel/process.c index e9cf7193eb816..3251102a9a474 100644 --- a/arch/alpha/kernel/process.c +++ b/arch/alpha/kernel/process.c @@ -9,6 +9,7 @@ * This file handles the architecture-dependent parts of process handling. */ +#include #include #include #include