diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/hrtimer.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/hrtimer.h b/include/linux/hrtimer.h index 64e2754ca734..84fc186324e6 100644 --- a/include/linux/hrtimer.h +++ b/include/linux/hrtimer.h | |||
@@ -130,7 +130,8 @@ static inline int hrtimer_active(const struct hrtimer *timer) | |||
130 | } | 130 | } |
131 | 131 | ||
132 | /* Forward a hrtimer so it expires after now: */ | 132 | /* Forward a hrtimer so it expires after now: */ |
133 | extern unsigned long hrtimer_forward(struct hrtimer *timer, ktime_t interval); | 133 | extern unsigned long |
134 | hrtimer_forward(struct hrtimer *timer, ktime_t now, ktime_t interval); | ||
134 | 135 | ||
135 | /* Precise sleep: */ | 136 | /* Precise sleep: */ |
136 | extern long hrtimer_nanosleep(struct timespec *rqtp, | 137 | extern long hrtimer_nanosleep(struct timespec *rqtp, |