diff options
Diffstat (limited to 'arch/csky/include/asm/syscall.h')
-rw-r--r-- | arch/csky/include/asm/syscall.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/csky/include/asm/syscall.h b/arch/csky/include/asm/syscall.h index bda0a446c63e..bc0d8717d28b 100644 --- a/arch/csky/include/asm/syscall.h +++ b/arch/csky/include/asm/syscall.h | |||
@@ -60,7 +60,7 @@ syscall_set_arguments(struct task_struct *task, struct pt_regs *regs, | |||
60 | } | 60 | } |
61 | 61 | ||
62 | static inline int | 62 | static inline int |
63 | syscall_get_arch(void) | 63 | syscall_get_arch(struct task_struct *task) |
64 | { | 64 | { |
65 | return AUDIT_ARCH_CSKY; | 65 | return AUDIT_ARCH_CSKY; |
66 | } | 66 | } |