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)
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

No differences found