clocksource: Fix !CONFIG_CLOCKSOURCE_WATCHDOG compile
[platform/adaptation/renesas_rcar/renesas_kernel.git] / kernel / time / clocksource.c
index 50a8736..a2e72b8 100644 (file)
@@ -479,6 +479,7 @@ static inline void clocksource_dequeue_watchdog(struct clocksource *cs) { }
 static inline void clocksource_resume_watchdog(void) { }
 static inline int __clocksource_watchdog_kthread(void) { return 0; }
 static bool clocksource_is_watchdog(struct clocksource *cs) { return false; }
+void clocksource_mark_unstable(struct clocksource *cs) { }
 
 #endif /* CONFIG_CLOCKSOURCE_WATCHDOG */