summaryrefslogtreecommitdiff
path: root/arch/m68k/kernel/syscalltable.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k/kernel/syscalltable.S')
-rw-r--r--arch/m68k/kernel/syscalltable.S3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/m68k/kernel/syscalltable.S b/arch/m68k/kernel/syscalltable.S
index d329cc7b481c..e25ef4a9df30 100644
--- a/arch/m68k/kernel/syscalltable.S
+++ b/arch/m68k/kernel/syscalltable.S
@@ -18,9 +18,8 @@
#define sys_mmap2 sys_mmap_pgoff
#endif
-#define __SYSCALL(nr, entry, nargs) .long entry
+#define __SYSCALL(nr, entry) .long entry
.section .rodata
ALIGN
ENTRY(sys_call_table)
#include <asm/syscall_table.h>
-#undef __SYSCALL