From: Jaswinder Singh Date: Wed, 17 Dec 2008 17:50:05 +0000 (+0530) Subject: x86: process.c declare c1e_remove_cpu before they get used X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f0bc2202e0373eb8e9b1ddbec930e2e681357db8;p=mv-sheeva.git x86: process.c declare c1e_remove_cpu before they get used Impact: cleanup, avoid sparse warning Included asm/idle.h for c1e_remove_cpu() declaration. Fixes this sparse warning: CHECK arch/x86/kernel/process.c arch/x86/kernel/process.c:284:6: warning: symbol 'c1e_remove_cpu' was not declared. Should it be static? Signed-off-by: Jaswinder Singh Signed-off-by: Ingo Molnar --- diff --git a/arch/x86/kernel/process.c b/arch/x86/kernel/process.c index c622772744d..b06100f1d61 100644 --- a/arch/x86/kernel/process.c +++ b/arch/x86/kernel/process.c @@ -1,6 +1,7 @@ #include #include #include +#include #include #include #include