Skip to content

Commit 5ac7687

Browse files
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>
1 parent a0f320f commit 5ac7687

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/x86/kernel/cpu/common.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
#include <asm/mce.h>
3535
#include <asm/msr.h>
3636
#include <asm/pat.h>
37-
#include <linux/smp.h>
3837

3938
#ifdef CONFIG_X86_LOCAL_APIC
4039
#include <asm/uv/uv.h>

0 commit comments

Comments
 (0)