aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/therm_throt.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/therm_throt.h')
-rw-r--r--arch/x86/include/asm/therm_throt.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/include/asm/therm_throt.h b/arch/x86/include/asm/therm_throt.h
index 1c7f57b6b66..c62349ee786 100644
--- a/arch/x86/include/asm/therm_throt.h
+++ b/arch/x86/include/asm/therm_throt.h
@@ -1,9 +1,9 @@
1#ifndef ASM_X86__THERM_THROT_H 1#ifndef _ASM_X86_THERM_THROT_H
2#define ASM_X86__THERM_THROT_H 2#define _ASM_X86_THERM_THROT_H
3 3
4#include <asm/atomic.h> 4#include <asm/atomic.h>
5 5
6extern atomic_t therm_throt_en; 6extern atomic_t therm_throt_en;
7int therm_throt_process(int curr); 7int therm_throt_process(int curr);
8 8
9#endif /* ASM_X86__THERM_THROT_H */ 9#endif /* _ASM_X86_THERM_THROT_H */