summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Poimboeuf <jpoimboe@kernel.org>2023-02-14 10:05:35 +0300
committerJosh Poimboeuf <jpoimboe@kernel.org>2023-03-07 02:34:03 +0300
commit1e8a0be5ed3aaa26dd77927df32bbd0df3449a1e (patch)
treefe4f488498c01b69f208968c837b2975f6c0e86f
parentfe15c26ee26efa11741a7b632e9f23b01aca4cc6 (diff)
downloadlinux-1e8a0be5ed3aaa26dd77927df32bbd0df3449a1e.tar.xz
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>
-rw-r--r--arch/alpha/kernel/process.c1
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>