mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-21 14:11:20 +00:00
posix-timers: Kill ->nsleep_restart()
No more users. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: John Stultz <john.stultz@linaro.org> Cc: Peter Zijlstra <peterz@infradead.org> Link: http://lkml.kernel.org/r/20170607084241.28657-8-viro@ZenIV.linux.org.uk
This commit is contained in:
parent
ce41aaf47a
commit
fb923c4a3c
5 changed files with 1 additions and 13 deletions
|
@ -1496,7 +1496,7 @@ static int __sched do_nanosleep(struct hrtimer_sleeper *t, enum hrtimer_mode mod
|
|||
return -ERESTART_RESTARTBLOCK;
|
||||
}
|
||||
|
||||
long __sched hrtimer_nanosleep_restart(struct restart_block *restart)
|
||||
static long __sched hrtimer_nanosleep_restart(struct restart_block *restart)
|
||||
{
|
||||
struct hrtimer_sleeper t;
|
||||
int ret;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue