]> Git Repo - linux.git/commitdiff
includecheck fix: x86, cpu/common.c
authorJaswinder Singh Rajput <[email protected]>
Sun, 20 Sep 2009 11:04:24 +0000 (16:34 +0530)
committerJaswinder Singh Rajput <[email protected]>
Sun, 20 Sep 2009 11:29:19 +0000 (16:59 +0530)
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 <[email protected]>
Cc: Alan Cox <[email protected]>
Cc: Ingo Molnar <[email protected]>
LKML-Reference: <1252087783[email protected]>

arch/x86/kernel/cpu/common.c

index 2055fc2b2e6b8967040ce6d7e221c508c6e6bf4e..2fea97eccf772f28c21753602f9e84a1a65f20a9 100644 (file)
@@ -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>
This page took 0.066356 seconds and 4 git commands to generate.