projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf8b9a6
)
x86: mce: remove duplicated #include
author
Huang Weiyi
<weiyi.huang@gmail.com>
Sat, 9 May 2009 04:54:34 +0000
(12:54 +0800)
committer
Ingo Molnar
<mingo@elte.hu>
Sat, 9 May 2009 05:06:26 +0000
(07:06 +0200)
Remove duplicated #include in arch/x86/kernel/cpu/mcheck/mce_intel_64.c.
[ Impact: cleanup ]
Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/cpu/mcheck/mce_intel_64.c
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/cpu/mcheck/mce_intel_64.c
b/arch/x86/kernel/cpu/mcheck/mce_intel_64.c
index d6b72df89d697cb6b809cc1e3c68540d28cfe1f3..aedf9766ee9528673b9152d79bbe78cad2e23af8 100644
(file)
--- a/
arch/x86/kernel/cpu/mcheck/mce_intel_64.c
+++ b/
arch/x86/kernel/cpu/mcheck/mce_intel_64.c
@@
-15,7
+15,6
@@
#include <asm/hw_irq.h>
#include <asm/idle.h>
#include <asm/therm_throt.h>
-#include <asm/apic.h>
asmlinkage void smp_thermal_interrupt(void)
{