aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/therm_throt.h
diff options
context:
space:
mode:
authorHidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>2009-06-15 17:27:13 +0900
committerH. Peter Anvin <hpa@zytor.com>2009-06-16 16:56:09 -0700
commit1149e7264528723b8c3b075a90386ceb2e07070a (patch)
treea0bdbcee8b0d6e84f18aee101b7f0858ed4b9a3d /arch/x86/include/asm/therm_throt.h
parent8363fc82d36c0886292e33925391dca93f03bd50 (diff)
x86, mce: remove therm_throt.h
Now all symbols in the header are static. Remove the header. Signed-off-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com> Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'arch/x86/include/asm/therm_throt.h')
-rw-r--r--arch/x86/include/asm/therm_throt.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/x86/include/asm/therm_throt.h b/arch/x86/include/asm/therm_throt.h
deleted file mode 100644
index c62349ee786..00000000000
--- a/arch/x86/include/asm/therm_throt.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef _ASM_X86_THERM_THROT_H
-#define _ASM_X86_THERM_THROT_H
-
-#include <asm/atomic.h>
-
-extern atomic_t therm_throt_en;
-int therm_throt_process(int curr);
-
-#endif /* _ASM_X86_THERM_THROT_H */