diff options
Diffstat (limited to 'arch/x86/include/asm/pvclock.h')
-rw-r--r-- | arch/x86/include/asm/pvclock.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/include/asm/pvclock.h b/arch/x86/include/asm/pvclock.h index ad29e277fd6d..53235fd5f8ce 100644 --- a/arch/x86/include/asm/pvclock.h +++ b/arch/x86/include/asm/pvclock.h | |||
@@ -1,5 +1,5 @@ | |||
1 | #ifndef ASM_X86__PVCLOCK_H | 1 | #ifndef _ASM_X86_PVCLOCK_H |
2 | #define ASM_X86__PVCLOCK_H | 2 | #define _ASM_X86_PVCLOCK_H |
3 | 3 | ||
4 | #include <linux/clocksource.h> | 4 | #include <linux/clocksource.h> |
5 | #include <asm/pvclock-abi.h> | 5 | #include <asm/pvclock-abi.h> |
@@ -11,4 +11,4 @@ void pvclock_read_wallclock(struct pvclock_wall_clock *wall, | |||
11 | struct pvclock_vcpu_time_info *vcpu, | 11 | struct pvclock_vcpu_time_info *vcpu, |
12 | struct timespec *ts); | 12 | struct timespec *ts); |
13 | 13 | ||
14 | #endif /* ASM_X86__PVCLOCK_H */ | 14 | #endif /* _ASM_X86_PVCLOCK_H */ |