diff options
Diffstat (limited to 'kernel/compat.c')
-rw-r--r-- | kernel/compat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/compat.c b/kernel/compat.c index f2a297504287..5f0e201bcfd3 100644 --- a/kernel/compat.c +++ b/kernel/compat.c | |||
@@ -55,7 +55,6 @@ static long compat_nanosleep_restart(struct restart_block *restart) | |||
55 | set_fs(oldfs); | 55 | set_fs(oldfs); |
56 | 56 | ||
57 | if (ret) { | 57 | if (ret) { |
58 | restart->fn = compat_nanosleep_restart; | ||
59 | restart->arg1 = (unsigned long)rmtp; | 58 | restart->arg1 = (unsigned long)rmtp; |
60 | 59 | ||
61 | if (rmtp && put_compat_timespec(&rmt, rmtp)) | 60 | if (rmtp && put_compat_timespec(&rmt, rmtp)) |