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-Tag: v6.4-rc1~96^2~37 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=fd49efb3c75475b65d7541ee40603498807ff110;p=linux-2.6-block.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 3418c40f0099..114f0c4abeac 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