From: Hidetoshi Seto Date: Thu, 30 Apr 2009 06:58:22 +0000 (+0900) Subject: x86, mce: trivial clean up for therm_throt.c X-Git-Tag: v2.6.31-rc1~349^2~34 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=cc3aec52ab8e013984270a79d1aa51f691d239b0;p=karo-tx-linux.git x86, mce: trivial clean up for therm_throt.c This patch removes following checkpatch warning: WARNING: Use #include instead of +#include Signed-off-by: Hidetoshi Seto Cc: Andi Kleen Signed-off-by: H. Peter Anvin --- 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 #include -#include /* How long to wait between reporting thermal events */ #define CHECK_INTERVAL (300 * HZ)