diff options
Diffstat (limited to 'arch/x86/include/asm/time.h')
-rw-r--r-- | arch/x86/include/asm/time.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/include/asm/time.h b/arch/x86/include/asm/time.h index 3e724eef7ac4..50c733aac421 100644 --- a/arch/x86/include/asm/time.h +++ b/arch/x86/include/asm/time.h | |||
@@ -1,5 +1,5 @@ | |||
1 | #ifndef ASM_X86__TIME_H | 1 | #ifndef _ASM_X86_TIME_H |
2 | #define ASM_X86__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 | ||
@@ -60,4 +60,4 @@ extern void time_init(void); | |||
60 | 60 | ||
61 | extern unsigned long __init calibrate_cpu(void); | 61 | extern unsigned long __init calibrate_cpu(void); |
62 | 62 | ||
63 | #endif /* ASM_X86__TIME_H */ | 63 | #endif /* _ASM_X86_TIME_H */ |