x86/audit: Fix a -Wmissing-prototypes warning for ia32_classify_syscall()
authorBenjamin Thiel <b.thiel@posteo.de>
Sat, 16 May 2020 12:38:16 +0000 (14:38 +0200)
committerBorislav Petkov <bp@suse.de>
Tue, 19 May 2020 16:03:07 +0000 (18:03 +0200)
commit0e5e3d4461a22d739fb2284a6e313fb6cecf2871
tree7d7484aa380b6e083933c449e534677f19b5e29c
parent6255c161a08564e4f3995db31f3d64a5fd24738b
x86/audit: Fix a -Wmissing-prototypes warning for ia32_classify_syscall()

Lift the prototype of ia32_classify_syscall() into its own header.

Signed-off-by: Benjamin Thiel <b.thiel@posteo.de>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lkml.kernel.org/r/20200516123816.2680-1-b.thiel@posteo.de
arch/x86/ia32/audit.c
arch/x86/include/asm/audit.h [new file with mode: 0644]
arch/x86/kernel/audit_64.c