diff options
author | Eric Paris <eparis@redhat.com> | 2014-03-11 12:55:42 -0400 |
---|---|---|
committer | Eric Paris <eparis@redhat.com> | 2014-03-20 10:11:59 -0400 |
commit | 579ec9e1ab0bdca2dbc3c942aa1a530a6ec8c349 (patch) | |
tree | e198ce0a9154930d4ff7e8ca7641f4d5c6e42ae5 /arch/arm/include | |
parent | 5e937a9ae9137899c6641d718bd3820861099a09 (diff) | |
download | linux-579ec9e1ab0bdca2dbc3c942aa1a530a6ec8c349.tar.bz2 |
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')
-rw-r--r-- | arch/arm/include/asm/syscall.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/syscall.h b/arch/arm/include/asm/syscall.h index ed805f1d3785..4651f6999b7d 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> |