Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoor...
[sfrench/cifs-2.6.git] / arch / sh / include / asm / syscall_64.h
index 22fad97da06619a137f6f4cd3e3ca4f6a9bddfcc..72efcbc76f916bc3543f9b7fa8c4d44b0e69bbb8 100644 (file)
@@ -59,7 +59,7 @@ static inline void syscall_set_arguments(struct task_struct *task,
        memcpy(&regs->regs[2], args, 6 * sizeof(args[0]));
 }
 
-static inline int syscall_get_arch(void)
+static inline int syscall_get_arch(struct task_struct *task)
 {
        int arch = AUDIT_ARCH_SH;