aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86/time.h')
-rw-r--r--include/asm-x86/time.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/asm-x86/time.h b/include/asm-x86/time.h
index a17fa473e91..7457a5d7b4a 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
4extern void hpet_time_init(void); 4extern void hpet_time_init(void);
5 5
@@ -58,4 +58,4 @@ static inline int native_set_wallclock(unsigned long nowtime)
58 58
59extern unsigned long __init calibrate_cpu(void); 59extern unsigned long __init calibrate_cpu(void);
60 60
61#endif 61#endif /* ASM_X86__TIME_H */