audit: use uapi/linux/audit.h for AUDIT_ARCH declarations
authorEric Paris <eparis@redhat.com>
Tue, 11 Mar 2014 16:55:42 +0000 (12:55 -0400)
committerEric Paris <eparis@redhat.com>
Thu, 20 Mar 2014 14:11:59 +0000 (10:11 -0400)
commit579ec9e1ab0bdca2dbc3c942aa1a530a6ec8c349
treee198ce0a9154930d4ff7e8ca7641f4d5c6e42ae5
parent5e937a9ae9137899c6641d718bd3820861099a09
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
arch/arm/include/asm/syscall.h
arch/mips/include/asm/syscall.h
arch/s390/include/asm/syscall.h
arch/x86/include/asm/syscall.h
This page took 0.026358 seconds and 5 git commands to generate.