aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/syscalls_32.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/kernel/syscalls_32.S')
-rw-r--r--arch/sh/kernel/syscalls_32.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/syscalls_32.S b/arch/sh/kernel/syscalls_32.S
index 96e9c54a07f5..bd1a9c544767 100644
--- a/arch/sh/kernel/syscalls_32.S
+++ b/arch/sh/kernel/syscalls_32.S
@@ -10,7 +10,7 @@
#include <linux/sys.h>
#include <linux/linkage.h>
-#define __SYSCALL(nr, entry, nargs) .long entry
+#define __SYSCALL(nr, entry) .long entry
.data
ENTRY(sys_call_table)
#include <asm/syscall_table.h>