|
@@ -479,6 +479,7 @@ static inline void clocksource_dequeue_watchdog(struct clocksource *cs) { }
|
|
static inline void clocksource_resume_watchdog(void) { }
|
|
static inline void clocksource_resume_watchdog(void) { }
|
|
static inline int __clocksource_watchdog_kthread(void) { return 0; }
|
|
static inline int __clocksource_watchdog_kthread(void) { return 0; }
|
|
static bool clocksource_is_watchdog(struct clocksource *cs) { return false; }
|
|
static bool clocksource_is_watchdog(struct clocksource *cs) { return false; }
|
|
|
|
+void clocksource_mark_unstable(struct clocksource *cs) { }
|
|
|
|
|
|
#endif /* CONFIG_CLOCKSOURCE_WATCHDOG */
|
|
#endif /* CONFIG_CLOCKSOURCE_WATCHDOG */
|
|
|
|
|