Skip to content

Commit

Permalink
x86, mce: trivial clean up for therm_throt.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Hidetoshi Seto authored and H. Peter Anvin committed May 28, 2009
1 parent 9319cec commit cc3aec5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/x86/kernel/cpu/mcheck/therm_throt.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit cc3aec5

Please sign in to comment.