aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/audit.h
AgeCommit message (Collapse)AuthorFilesLines
2020-05-19x86/audit: Fix a -Wmissing-prototypes warning for ia32_classify_syscall()Benjamin Thiel1-0/+7
Lift the prototype of ia32_classify_syscall() into its own header. Signed-off-by: Benjamin Thiel <[email protected]> Signed-off-by: Borislav Petkov <[email protected]> Link: https://lkml.kernel.org/r/[email protected]