Commit f8e256c687eb53850685747757c8d75e58756e15

Authored by Ingo Molnar
1 parent 09bfeea13c

timers: fix build error in !oneshot case

kernel/time/tick-common.c: In function ‘tick_setup_periodic’:
 kernel/time/tick-common.c:113: error: implicit declaration of function ‘tick_broadcast_oneshot_active’

Signed-off-by: Ingo Molnar <mingo@elte.hu>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

kernel/time/tick-internal.h
... ... @@ -74,6 +74,7 @@
74 74 {
75 75 return 0;
76 76 }
  77 +static inline int tick_broadcast_oneshot_active(void) { return 0; }
77 78 #endif /* !TICK_ONESHOT */
78 79  
79 80 /*