Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cc3aec52 authored by Hidetoshi Seto's avatar Hidetoshi Seto Committed by H. Peter Anvin
Browse files

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: default avatarHidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Cc: Andi Kleen <andi@firstfloor.org>
Signed-off-by: default avatarH. Peter Anvin <hpa@zytor.com>
parent 9319cec8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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)