diff options
author | Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com> | 2009-04-30 15:58:22 +0900 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-05-28 09:24:15 -0700 |
commit | cc3aec52ab8e013984270a79d1aa51f691d239b0 (patch) | |
tree | d0beb60edecb3f70059dc4ecae726afb2e930944 | |
parent | 9319cec8c185e84fc5281afb6ac5d4c47a234841 (diff) | |
download | linux-stable-cc3aec52ab8e013984270a79d1aa51f691d239b0.tar.gz linux-stable-cc3aec52ab8e013984270a79d1aa51f691d239b0.tar.bz2 linux-stable-cc3aec52ab8e013984270a79d1aa51f691d239b0.zip |
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>
-rw-r--r-- | arch/x86/kernel/cpu/mcheck/therm_throt.c | 1 |
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 a2b5d7ddb19f..7b1ae2e20ba5 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) |