diff options
Diffstat (limited to 'include/linux/clocksource.h')
-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 83d2fbd81b93..95e4995d9987 100644 --- a/include/linux/clocksource.h +++ b/include/linux/clocksource.h | |||
@@ -280,10 +280,12 @@ extern struct clocksource * __init __weak clocksource_default_clock(void); | |||
280 | extern void clocksource_mark_unstable(struct clocksource *cs); | 280 | extern void clocksource_mark_unstable(struct clocksource *cs); |
281 | 281 | ||
282 | #ifdef CONFIG_GENERIC_TIME_VSYSCALL | 282 | #ifdef CONFIG_GENERIC_TIME_VSYSCALL |
283 | extern void update_vsyscall(struct timespec *ts, struct clocksource *c); | 283 | extern void |
284 | update_vsyscall(struct timespec *ts, struct clocksource *c, u32 mult); | ||
284 | extern void update_vsyscall_tz(void); | 285 | extern void update_vsyscall_tz(void); |
285 | #else | 286 | #else |
286 | static inline void update_vsyscall(struct timespec *ts, struct clocksource *c) | 287 | static inline void |
288 | update_vsyscall(struct timespec *ts, struct clocksource *c, u32 mult) | ||
287 | { | 289 | { |
288 | } | 290 | } |
289 | 291 | ||