diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/clocksource.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/clocksource.h b/include/linux/clocksource.h index e34015effeb6..9ea40ff26f0e 100644 --- a/include/linux/clocksource.h +++ b/include/linux/clocksource.h | |||
@@ -291,4 +291,6 @@ static inline void update_vsyscall_tz(void) | |||
291 | } | 291 | } |
292 | #endif | 292 | #endif |
293 | 293 | ||
294 | extern void timekeeping_notify(struct clocksource *clock); | ||
295 | |||
294 | #endif /* _LINUX_CLOCKSOURCE_H */ | 296 | #endif /* _LINUX_CLOCKSOURCE_H */ |