summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry
diff options
context:
space:
mode:
authorBenjamin Thiel <b.thiel@posteo.de>2020-01-23 16:27:54 +0100
committerBorislav Petkov <bp@suse.de>2020-02-17 18:22:25 +0100
commit99ce3255fddf08fca9249488793c9b5c909ff0ab (patch)
tree52db01d977aa126d9f1d269d7f6b91063e6ea614 /arch/x86/entry
parentcdcb58cc05ed9a7f74509a023762488c111cdfb3 (diff)
downloadlinux-99ce3255fddf08fca9249488793c9b5c909ff0ab.tar.bz2
x86/syscalls: Add prototypes for C syscall callbacks
.. in order to fix a couple of -Wmissing-prototypes warnings. No functional change. [ bp: Massage commit message and drop newlines. ] Signed-off-by: Benjamin Thiel <b.thiel@posteo.de> Signed-off-by: Borislav Petkov <bp@suse.de> Link: https://lkml.kernel.org/r/20200123152754.20149-1-b.thiel@posteo.de
Diffstat (limited to 'arch/x86/entry')
-rw-r--r--arch/x86/entry/common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/entry/common.c b/arch/x86/entry/common.c
index 9747876980b5..ec167d8c41cb 100644
--- a/arch/x86/entry/common.c
+++ b/arch/x86/entry/common.c
@@ -34,6 +34,7 @@
#include <asm/fpu/api.h>
#include <asm/nospec-branch.h>
#include <asm/io_bitmap.h>
+#include <asm/syscall.h>
#define CREATE_TRACE_POINTS
#include <trace/events/syscalls.h>