From: Jaswinder Singh Rajput Date: Sun, 20 Sep 2009 11:04:24 +0000 (+0530) Subject: includecheck fix: x86, cpu/common.c X-Git-Tag: v3.12-rc1~13301^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5ac7687860dbfd3dd90e09d2c10dd31de91f20c2;p=kernel%2Fkernel-generic.git includecheck fix: x86, cpu/common.c fix the following 'make includecheck' warning: arch/x86/kernel/cpu/common.c: linux/smp.h is included more than once. Signed-off-by: Jaswinder Singh Rajput Cc: Alan Cox Cc: Ingo Molnar LKML-Reference: <1252087783.6385.10.camel@ht.satnam> --- diff --git a/arch/x86/kernel/cpu/common.c b/arch/x86/kernel/cpu/common.c index 2055fc2..2fea97e 100644 --- a/arch/x86/kernel/cpu/common.c +++ b/arch/x86/kernel/cpu/common.c @@ -34,7 +34,6 @@ #include #include #include -#include #ifdef CONFIG_X86_LOCAL_APIC #include