projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ff6d8e
)
x86/i386: Remove duplicated #include
author
Huang Weiyi
<weiyi.huang@gmail.com>
Thu, 17 Sep 2009 22:39:15 +0000
(06:39 +0800)
committer
Ingo Molnar
<mingo@elte.hu>
Sun, 20 Sep 2009 18:16:17 +0000
(20:16 +0200)
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>
arch/x86/kernel/cpu/common.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kernel/cpu/common.c
b/arch/x86/kernel/cpu/common.c
index 2055fc2b2e6b8967040ce6d7e221c508c6e6bf4e..2fea97eccf772f28c21753602f9e84a1a65f20a9 100644
(file)
--- 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>