diff options
Diffstat (limited to 'include/linux/timer.h')
-rw-r--r-- | include/linux/timer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/timer.h b/include/linux/timer.h index bd0af324fd48..44d41e9d7818 100644 --- a/include/linux/timer.h +++ b/include/linux/timer.h | |||
@@ -106,7 +106,7 @@ static inline void add_timer(struct timer_list *timer) | |||
106 | extern void init_timers(void); | 106 | extern void init_timers(void); |
107 | extern void run_local_timers(void); | 107 | extern void run_local_timers(void); |
108 | struct hrtimer; | 108 | struct hrtimer; |
109 | extern int it_real_fn(struct hrtimer *); | 109 | extern enum hrtimer_restart it_real_fn(struct hrtimer *); |
110 | 110 | ||
111 | unsigned long __round_jiffies(unsigned long j, int cpu); | 111 | unsigned long __round_jiffies(unsigned long j, int cpu); |
112 | unsigned long __round_jiffies_relative(unsigned long j, int cpu); | 112 | unsigned long __round_jiffies_relative(unsigned long j, int cpu); |