diff options
Diffstat (limited to 'include/linux/hrtimer.h')
-rw-r--r-- | include/linux/hrtimer.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/hrtimer.h b/include/linux/hrtimer.h index 8c5b10eb7265..255edd5e7a74 100644 --- a/include/linux/hrtimer.h +++ b/include/linux/hrtimer.h | |||
@@ -452,11 +452,11 @@ static inline u64 hrtimer_forward_now(struct hrtimer *timer, | |||
452 | } | 452 | } |
453 | 453 | ||
454 | /* Precise sleep: */ | 454 | /* Precise sleep: */ |
455 | extern long hrtimer_nanosleep(struct timespec64 *rqtp, | 455 | |
456 | struct timespec __user *rmtp, | 456 | extern int nanosleep_copyout(struct restart_block *, struct timespec *); |
457 | extern long hrtimer_nanosleep(const struct timespec64 *rqtp, | ||
457 | const enum hrtimer_mode mode, | 458 | const enum hrtimer_mode mode, |
458 | const clockid_t clockid); | 459 | const clockid_t clockid); |
459 | extern long hrtimer_nanosleep_restart(struct restart_block *restart_block); | ||
460 | 460 | ||
461 | extern void hrtimer_init_sleeper(struct hrtimer_sleeper *sl, | 461 | extern void hrtimer_init_sleeper(struct hrtimer_sleeper *sl, |
462 | struct task_struct *tsk); | 462 | struct task_struct *tsk); |