diff options
Diffstat (limited to 'kern/timer.c')
-rw-r--r-- | kern/timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/timer.c b/kern/timer.c index 77a6bb36..57f1765f 100644 --- a/kern/timer.c +++ b/kern/timer.c @@ -135,7 +135,7 @@ timer_unlock_cpu_data(struct timer_cpu_data *cpu_data, unsigned long flags) * Timer state functions. */ -static bool +__unused static bool timer_ready(const struct timer *timer) { return timer->state == TIMER_TS_READY; |