aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/syscall.h
diff options
context:
space:
mode:
authorEric Paris <eparis@redhat.com>2014-03-11 12:55:42 -0400
committerEric Paris <eparis@redhat.com>2014-03-20 10:11:59 -0400
commit579ec9e1ab0bdca2dbc3c942aa1a530a6ec8c349 (patch)
treee198ce0a9154930d4ff7e8ca7641f4d5c6e42ae5 /arch/x86/include/asm/syscall.h
parentsyscall_get_arch: remove useless function arguments (diff)
downloadlinux-dev-579ec9e1ab0bdca2dbc3c942aa1a530a6ec8c349.tar.xz
linux-dev-579ec9e1ab0bdca2dbc3c942aa1a530a6ec8c349.zip
audit: use uapi/linux/audit.h for AUDIT_ARCH declarations
The syscall.h headers were including linux/audit.h but really only needed the uapi/linux/audit.h to get the requisite defines. Switch to the uapi headers. Signed-off-by: Eric Paris <eparis@redhat.com> Cc: linux-arm-kernel@lists.infradead.org Cc: linux-mips@linux-mips.org Cc: linux-s390@vger.kernel.org Cc: x86@kernel.org
Diffstat (limited to 'arch/x86/include/asm/syscall.h')
-rw-r--r--arch/x86/include/asm/syscall.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/syscall.h b/arch/x86/include/asm/syscall.h
index 7e6d0c49ecab..d6a756ae04c8 100644
--- a/arch/x86/include/asm/syscall.h
+++ b/arch/x86/include/asm/syscall.h
@@ -13,7 +13,7 @@
#ifndef _ASM_X86_SYSCALL_H
#define _ASM_X86_SYSCALL_H
-#include <linux/audit.h>
+#include <uapi/linux/audit.h>
#include <linux/sched.h>
#include <linux/err.h>
#include <asm/asm-offsets.h> /* For NR_syscalls */