aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kernel/time/tick-internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/time/tick-internal.h b/kernel/time/tick-internal.h
index 55c3f4be6077..469248782c23 100644
--- a/kernel/time/tick-internal.h
+++ b/kernel/time/tick-internal.h
@@ -74,6 +74,7 @@ static inline int tick_resume_broadcast_oneshot(struct clock_event_device *bc)
74{ 74{
75 return 0; 75 return 0;
76} 76}
77static inline int tick_broadcast_oneshot_active(void) { return 0; }
77#endif /* !TICK_ONESHOT */ 78#endif /* !TICK_ONESHOT */
78 79
79/* 80/*