diff options
Diffstat (limited to 'include/asm-x86/tsc.h')
-rw-r--r-- | include/asm-x86/tsc.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/asm-x86/tsc.h b/include/asm-x86/tsc.h index 6baab30dc2c8..d7b1c4e7a108 100644 --- a/include/asm-x86/tsc.h +++ b/include/asm-x86/tsc.h | |||
@@ -73,8 +73,7 @@ int check_tsc_unstable(void); | |||
73 | extern void check_tsc_sync_source(int cpu); | 73 | extern void check_tsc_sync_source(int cpu); |
74 | extern void check_tsc_sync_target(void); | 74 | extern void check_tsc_sync_target(void); |
75 | 75 | ||
76 | #ifdef CONFIG_X86_64 | ||
77 | extern void tsc_calibrate(void); | 76 | extern void tsc_calibrate(void); |
78 | #endif | 77 | extern int notsc_setup(char *); |
79 | 78 | ||
80 | #endif | 79 | #endif |