diff options
author | Josh Poimboeuf <jpoimboe@kernel.org> | 2023-02-14 08:05:35 +0100 |
---|---|---|
committer | Josh Poimboeuf <jpoimboe@kernel.org> | 2023-03-07 00:34:03 +0100 |
commit | 1e8a0be5ed3aaa26dd77927df32bbd0df3449a1e (patch) | |
tree | fe4f488498c01b69f208968c837b2975f6c0e86f /arch/alpha/kernel | |
parent | Linux 6.3-rc1 (diff) | |
download | linux-1e8a0be5ed3aaa26dd77927df32bbd0df3449a1e.tar.xz linux-1e8a0be5ed3aaa26dd77927df32bbd0df3449a1e.zip |
alpha/cpu: Expose arch_cpu_idle_dead()'s prototype declaration
Include <linux/cpu.h> 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 <jpoimboe@kernel.org>
Diffstat (limited to 'arch/alpha/kernel')
-rw-r--r-- | arch/alpha/kernel/process.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/alpha/kernel/process.c b/arch/alpha/kernel/process.c index e9cf7193eb81..3251102a9a47 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 <linux/cpu.h> #include <linux/errno.h> #include <linux/module.h> #include <linux/sched.h> |