|
@@ -442,8 +442,8 @@ static inline int __clocksource_watchdog_work(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) { }
|
|
void clocksource_mark_unstable(struct clocksource *cs) { }
|
|
|
|
|
|
-static void inline clocksource_watchdog_lock(unsigned long *flags) { }
|
|
|
|
-static void inline clocksource_watchdog_unlock(unsigned long *flags) { }
|
|
|
|
|
|
+static inline void clocksource_watchdog_lock(unsigned long *flags) { }
|
|
|
|
+static inline void clocksource_watchdog_unlock(unsigned long *flags) { }
|
|
|
|
|
|
#endif /* CONFIG_CLOCKSOURCE_WATCHDOG */
|
|
#endif /* CONFIG_CLOCKSOURCE_WATCHDOG */
|
|
|
|
|