diff options
Diffstat (limited to 'include/linux/clocksource.h')
-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 a1ef46f61c81..f263b3abf46e 100644 --- a/include/linux/clocksource.h +++ b/include/linux/clocksource.h | |||
@@ -14,6 +14,7 @@ | |||
14 | #include <linux/list.h> | 14 | #include <linux/list.h> |
15 | #include <linux/cache.h> | 15 | #include <linux/cache.h> |
16 | #include <linux/timer.h> | 16 | #include <linux/timer.h> |
17 | #include <linux/init.h> | ||
17 | #include <asm/div64.h> | 18 | #include <asm/div64.h> |
18 | #include <asm/io.h> | 19 | #include <asm/io.h> |
19 | 20 | ||
@@ -322,6 +323,7 @@ extern void clocksource_touch_watchdog(void); | |||
322 | extern struct clocksource* clocksource_get_next(void); | 323 | extern struct clocksource* clocksource_get_next(void); |
323 | extern void clocksource_change_rating(struct clocksource *cs, int rating); | 324 | extern void clocksource_change_rating(struct clocksource *cs, int rating); |
324 | extern void clocksource_resume(void); | 325 | extern void clocksource_resume(void); |
326 | extern struct clocksource * __init __weak clocksource_default_clock(void); | ||
325 | 327 | ||
326 | #ifdef CONFIG_GENERIC_TIME_VSYSCALL | 328 | #ifdef CONFIG_GENERIC_TIME_VSYSCALL |
327 | extern void update_vsyscall(struct timespec *ts, struct clocksource *c); | 329 | extern void update_vsyscall(struct timespec *ts, struct clocksource *c); |