summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/syscall.h
diff options
context:
space:
mode:
authorEric Paris <eparis@redhat.com>2014-03-11 16:55:42 (GMT)
committerEric Paris <eparis@redhat.com>2014-03-20 14:11:59 (GMT)
commit579ec9e1ab0bdca2dbc3c942aa1a530a6ec8c349 (patch)
treee198ce0a9154930d4ff7e8ca7641f4d5c6e42ae5 /arch/arm/include/asm/syscall.h
parent5e937a9ae9137899c6641d718bd3820861099a09 (diff)
downloadlinux-579ec9e1ab0bdca2dbc3c942aa1a530a6ec8c349.tar.xz
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/arm/include/asm/syscall.h')
-rw-r--r--arch/arm/include/asm/syscall.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/syscall.h b/arch/arm/include/asm/syscall.h
index ed805f1..4651f69 100644
--- a/arch/arm/include/asm/syscall.h
+++ b/arch/arm/include/asm/syscall.h
@@ -7,7 +7,7 @@
#ifndef _ASM_ARM_SYSCALL_H
#define _ASM_ARM_SYSCALL_H
-#include <linux/audit.h> /* for AUDIT_ARCH_* */
+#include <uapi/linux/audit.h> /* for AUDIT_ARCH_* */
#include <linux/elf.h> /* for ELF_EM */
#include <linux/err.h>
#include <linux/sched.h>