aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/clocksource.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/linux/clocksource.h b/include/linux/clocksource.h
index 5ea3c60c160c..21677d99a161 100644
--- a/include/linux/clocksource.h
+++ b/include/linux/clocksource.h
@@ -313,11 +313,13 @@ clocksource_calc_mult_shift(struct clocksource *cs, u32 freq, u32 minsec)
313 313
314#ifdef CONFIG_GENERIC_TIME_VSYSCALL 314#ifdef CONFIG_GENERIC_TIME_VSYSCALL
315extern void 315extern void
316update_vsyscall(struct timespec *ts, struct clocksource *c, u32 mult); 316update_vsyscall(struct timespec *ts, struct timespec *wtm,
317 struct clocksource *c, u32 mult);
317extern void update_vsyscall_tz(void); 318extern void update_vsyscall_tz(void);
318#else 319#else
319static inline void 320static inline void
320update_vsyscall(struct timespec *ts, struct clocksource *c, u32 mult) 321update_vsyscall(struct timespec *ts, struct timespec *wtm,
322 struct clocksource *c, u32 mult)
321{ 323{
322} 324}
323 325