diff options
-rw-r--r-- | console-client/timer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/console-client/timer.h b/console-client/timer.h index 4204192e..8a923ad0 100644 --- a/console-client/timer.h +++ b/console-client/timer.h @@ -54,7 +54,7 @@ int timer_remove (struct timer_list *timer); /* Change the expiration time of the timer TIMER to EXPIRES. */ void timer_change (struct timer_list *timer, long long expires); -extern inline long long +static inline long long fetch_jiffies () { extern volatile struct mapped_time_value *timer_mapped_time; |