diff --git a/include/asm-parisc/unistd.h b/include/asm-parisc/unistd.h
index f74d207c76da45b8a0c699258ebaebbb57442de5..a7d857f0e4f404963c86f2baeb240f80d7a6f110 100644
--- a/include/asm-parisc/unistd.h
+++ b/include/asm-parisc/unistd.h
@@ -802,7 +802,7 @@
 #define __NR_timerfd_settime	(__NR_Linux + 307)
 #define __NR_timerfd_gettime	(__NR_Linux + 308)
 
-#define __NR_Linux_syscalls	(__NR_fallocate + 1)
+#define __NR_Linux_syscalls	(__NR_timerfd_gettime + 1)
 
 
 #define __IGNORE_select		/* newselect */