diff options
author | Huang Weiyi <weiyi.huang@gmail.com> | 2009-09-18 06:39:15 +0800 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-09-20 20:16:17 +0200 |
commit | efc8f7419ea0a97c38d0b80785c8c3d9ab8a4872 (patch) | |
tree | 5d030c54c526f9acdeb1136449a6f6cc409cb481 /arch | |
parent | 9ff6d8e06fbd9249804d43574167c2acc52886be (diff) | |
download | linux-efc8f7419ea0a97c38d0b80785c8c3d9ab8a4872.tar.bz2 |
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')
-rw-r--r-- | arch/x86/kernel/cpu/common.c | 1 |
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> |