From: Josh Poimboeuf Date: Tue, 14 Feb 2023 07:05:49 +0000 (-0800) Subject: sh/cpu: Expose arch_cpu_idle_dead()'s prototype definition X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=fd49efb3c75475b65d7541ee40603498807ff110;p=linux.git sh/cpu: Expose arch_cpu_idle_dead()'s prototype definition Include to make sure arch_cpu_idle_dead() matches its prototype going forward. Link: https://lore.kernel.org/r/3d9661e97828fb464a48d4becf18f12604831903.1676358308.git.jpoimboe@kernel.org Signed-off-by: Josh Poimboeuf --- diff --git a/arch/sh/kernel/idle.c b/arch/sh/kernel/idle.c index 3418c40f0099c..114f0c4abeac2 100644 --- a/arch/sh/kernel/idle.c +++ b/arch/sh/kernel/idle.c @@ -4,6 +4,7 @@ * * Copyright (C) 2002 - 2009 Paul Mundt */ +#include #include #include #include