summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
diff options
context:
space:
mode:
authorHuang Weiyi2009-09-18 00:39:15 +0200
committerIngo Molnar2009-09-20 20:16:17 +0200
commitefc8f7419ea0a97c38d0b80785c8c3d9ab8a4872 (patch)
tree5d030c54c526f9acdeb1136449a6f6cc409cb481 /arch/x86/kernel/cpu
parentx86, mtrr: Convert loop to a while based construct, avoid naked semicolon (diff)
downloadkernel-qcow2-linux-efc8f7419ea0a97c38d0b80785c8c3d9ab8a4872.tar.gz
kernel-qcow2-linux-efc8f7419ea0a97c38d0b80785c8c3d9ab8a4872.tar.xz
kernel-qcow2-linux-efc8f7419ea0a97c38d0b80785c8c3d9ab8a4872.zip
x86/i386: Remove duplicated #include
Remove duplicated #include in: arch/x86/kernel/cpu/common.c Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/cpu')
-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>