diff options
Diffstat (limited to 'include/asm-x86/time.h')
-rw-r--r-- | include/asm-x86/time.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/asm-x86/time.h b/include/asm-x86/time.h index a17fa473e91d..7457a5d7b4a1 100644 --- a/include/asm-x86/time.h +++ b/include/asm-x86/time.h | |||
@@ -1,5 +1,5 @@ | |||
1 | #ifndef _ASMX86_TIME_H | 1 | #ifndef ASM_X86__TIME_H |
2 | #define _ASMX86_TIME_H | 2 | #define ASM_X86__TIME_H |
3 | 3 | ||
4 | extern void hpet_time_init(void); | 4 | extern void hpet_time_init(void); |
5 | 5 | ||
@@ -58,4 +58,4 @@ static inline int native_set_wallclock(unsigned long nowtime) | |||
58 | 58 | ||
59 | extern unsigned long __init calibrate_cpu(void); | 59 | extern unsigned long __init calibrate_cpu(void); |
60 | 60 | ||
61 | #endif | 61 | #endif /* ASM_X86__TIME_H */ |