aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/mcheck/therm_throt.c
diff options
context:
space:
mode:
authorHidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>2009-04-30 15:58:22 +0900
committerH. Peter Anvin <hpa@zytor.com>2009-05-28 09:24:15 -0700
commitcc3aec52ab8e013984270a79d1aa51f691d239b0 (patch)
treed0beb60edecb3f70059dc4ecae726afb2e930944 /arch/x86/kernel/cpu/mcheck/therm_throt.c
parent9319cec8c185e84fc5281afb6ac5d4c47a234841 (diff)
downloadkernel_samsung_smdk4412-cc3aec52ab8e013984270a79d1aa51f691d239b0.zip
kernel_samsung_smdk4412-cc3aec52ab8e013984270a79d1aa51f691d239b0.tar.gz
kernel_samsung_smdk4412-cc3aec52ab8e013984270a79d1aa51f691d239b0.tar.bz2
x86, mce: trivial clean up for therm_throt.c
This patch removes following checkpatch warning: WARNING: Use #include <linux/cpu.h> instead of <asm/cpu.h> +#include <asm/cpu.h> Signed-off-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com> Cc: Andi Kleen <andi@firstfloor.org> Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'arch/x86/kernel/cpu/mcheck/therm_throt.c')
-rw-r--r--arch/x86/kernel/cpu/mcheck/therm_throt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/cpu/mcheck/therm_throt.c b/arch/x86/kernel/cpu/mcheck/therm_throt.c
index a2b5d7d..7b1ae2e 100644
--- a/arch/x86/kernel/cpu/mcheck/therm_throt.c
+++ b/arch/x86/kernel/cpu/mcheck/therm_throt.c
@@ -20,7 +20,6 @@
#include <linux/cpu.h>
#include <asm/therm_throt.h>
-#include <asm/cpu.h>
/* How long to wait between reporting thermal events */
#define CHECK_INTERVAL (300 * HZ)