aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/common.c
diff options
context:
space:
mode:
authorJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-09-20 16:34:24 +0530
committerJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-09-20 16:59:19 +0530
commit5ac7687860dbfd3dd90e09d2c10dd31de91f20c2 (patch)
tree44f2260e9d7476ae02b07431fe282b371c5fdee2 /arch/x86/kernel/cpu/common.c
parentincludecheck fix: kernel/trace, ring_buffer.c (diff)
downloadlinux-dev-5ac7687860dbfd3dd90e09d2c10dd31de91f20c2.tar.xz
linux-dev-5ac7687860dbfd3dd90e09d2c10dd31de91f20c2.zip
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 <jaswinderrajput@gmail.com> Cc: Alan Cox <alan@linux.intel.com> Cc: Ingo Molnar <mingo@elte.hu> LKML-Reference: <1252087783.6385.10.camel@ht.satnam>
Diffstat (limited to '')
-rw-r--r--arch/x86/kernel/cpu/common.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/cpu/common.c b/arch/x86/kernel/cpu/common.c
index 2055fc2b2e6b..2fea97eccf77 100644
--- a/arch/x86/kernel/cpu/common.c
+++ b/arch/x86/kernel/cpu/common.c
@@ -34,7 +34,6 @@
#include <asm/mce.h>
#include <asm/msr.h>
#include <asm/pat.h>
-#include <linux/smp.h>
#ifdef CONFIG_X86_LOCAL_APIC
#include <asm/uv/uv.h>