diff options
author | Jaswinder Singh Rajput <jaswinderrajput@gmail.com> | 2009-09-20 11:04:24 (GMT) |
---|---|---|
committer | Jaswinder Singh Rajput <jaswinderrajput@gmail.com> | 2009-09-20 11:29:19 (GMT) |
commit | 5ac7687860dbfd3dd90e09d2c10dd31de91f20c2 (patch) | |
tree | 44f2260e9d7476ae02b07431fe282b371c5fdee2 /arch/x86/kernel/cpu/common.c | |
parent | a0f320f48799f67329fcb1b26ff0451c304e1dde (diff) | |
download | linux-fsl-qoriq-5ac7687860dbfd3dd90e09d2c10dd31de91f20c2.tar.xz |
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 'arch/x86/kernel/cpu/common.c')
-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 2055fc2..2fea97e 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> |