aboutsummaryrefslogtreecommitdiff
path: root/include/asm-x86_64/timex.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86_64/timex.h')
-rw-r--r--include/asm-x86_64/timex.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/asm-x86_64/timex.h b/include/asm-x86_64/timex.h
index a0174757aee..beb6d9014a6 100644
--- a/include/asm-x86_64/timex.h
+++ b/include/asm-x86_64/timex.h
@@ -28,9 +28,6 @@ extern int read_current_timer(unsigned long *timer_value);
#define US_SCALE 32 /* 2^32, arbitralrily chosen */
extern struct vxtime_data vxtime;
-
-extern unsigned int do_gettimeoffset_hpet(void);
-extern unsigned int do_gettimeoffset_tsc(void);
+extern void mark_tsc_unstable(void);
extern void set_cyc2ns_scale(unsigned long khz);
-extern int notsc;
#endif