]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/hrtimer.c
Merge branch 'linus' into timers/hrtimers
[linux-2.6-omap-h63xx.git] / kernel / hrtimer.c
index 77aa33bb877ce79756aeab18c7c1b3717ff2333d..2c40ee8f44bda2a6406de4f15daca70806ea0990 100644 (file)
@@ -1495,8 +1495,8 @@ out:
        return ret;
 }
 
-asmlinkage long
-sys_nanosleep(struct timespec __user *rqtp, struct timespec __user *rmtp)
+SYSCALL_DEFINE2(nanosleep, struct timespec __user *, rqtp,
+               struct timespec __user *, rmtp)
 {
        struct timespec tu;