From: Eric Paris Date: Tue, 23 Sep 2014 20:25:34 +0000 (-0400) Subject: audit: arm64: Remove the audit arch argument to audit_syscall_entry X-Git-Tag: fixes-against-v3.18-rc2~31^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4913c59890b0774990cceb7b0539fee71301dabe;p=pandora-kernel.git audit: arm64: Remove the audit arch argument to audit_syscall_entry The arm64 tree added calls to audit_syscall_entry() and rightly included the syscall number. The interface has since been changed to not need the syscall number. As such, arm64 should no longer pass that value. Signed-off-by: Eric Paris --- Reading git-diff-tree failed