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>
This commit is contained in:
Hidetoshi Seto 2009-04-30 15:58:22 +09:00 committed by H. Peter Anvin
parent 9319cec8c1
commit cc3aec52ab

View file

@ -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)