diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/clocksource.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/clocksource.h b/include/linux/clocksource.h index 16ea3374dddf..107787aacb64 100644 --- a/include/linux/clocksource.h +++ b/include/linux/clocksource.h | |||
@@ -221,10 +221,15 @@ extern void clocksource_resume(void); | |||
221 | 221 | ||
222 | #ifdef CONFIG_GENERIC_TIME_VSYSCALL | 222 | #ifdef CONFIG_GENERIC_TIME_VSYSCALL |
223 | extern void update_vsyscall(struct timespec *ts, struct clocksource *c); | 223 | extern void update_vsyscall(struct timespec *ts, struct clocksource *c); |
224 | extern void update_vsyscall_tz(void); | ||
224 | #else | 225 | #else |
225 | static inline void update_vsyscall(struct timespec *ts, struct clocksource *c) | 226 | static inline void update_vsyscall(struct timespec *ts, struct clocksource *c) |
226 | { | 227 | { |
227 | } | 228 | } |
229 | |||
230 | static inline void update_vsyscall_tz(void) | ||
231 | { | ||
232 | } | ||
228 | #endif | 233 | #endif |
229 | 234 | ||
230 | #endif /* _LINUX_CLOCKSOURCE_H */ | 235 | #endif /* _LINUX_CLOCKSOURCE_H */ |