From 805d5bb95aacfaecde4d668beecff31570eaa2ca Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Sat, 23 May 2015 10:40:08 +0200 Subject: console-client: fix build with -O0 * console-client/timer.h (fetch_jiffies): Make function `static inline'. --- console-client/timer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'console-client/timer.h') 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; -- cgit v1.2.3