diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/clocksource.h | 6 |
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 |
315 | extern void | 315 | extern void |
316 | update_vsyscall(struct timespec *ts, struct clocksource *c, u32 mult); | 316 | update_vsyscall(struct timespec *ts, struct timespec *wtm, |
317 | struct clocksource *c, u32 mult); | ||
317 | extern void update_vsyscall_tz(void); | 318 | extern void update_vsyscall_tz(void); |
318 | #else | 319 | #else |
319 | static inline void | 320 | static inline void |
320 | update_vsyscall(struct timespec *ts, struct clocksource *c, u32 mult) | 321 | update_vsyscall(struct timespec *ts, struct timespec *wtm, |
322 | struct clocksource *c, u32 mult) | ||
321 | { | 323 | { |
322 | } | 324 | } |
323 | 325 | ||