aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/lib
diff options
context:
space:
mode:
authorHeiko Carstens <heiko.carstens@de.ibm.com>2017-05-02 13:20:11 +0200
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2017-05-03 09:08:57 +0200
commitdb55947dd2d09cd3e6f722d1205934fec793ee63 (patch)
treecf8ae1db47a4da8dda6f5831e2362c99547e9ba1 /arch/s390/lib
parents390/ftrace: fix compile for !MODULES (diff)
downloadlinux-dev-db55947dd2d09cd3e6f722d1205934fec793ee63.tar.xz
linux-dev-db55947dd2d09cd3e6f722d1205934fec793ee63.zip
s390/uprobes: fix compile for !KPROBES
Fix the following compile error(s) if CONFIG_KPROBES is disabled: arch/s390/kernel/uprobes.c:79:14: error: implicit declaration of function 'probe_get_fixup_type' arch/s390/kernel/uprobes.c:87:14: error: 'FIXUP_PSW_NORMAL' undeclared (first use in this function) Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/lib')
-rw-r--r--arch/s390/lib/probes.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/lib/probes.c b/arch/s390/lib/probes.c
index ae90e1ae3607..1963ddbf4ab3 100644
--- a/arch/s390/lib/probes.c
+++ b/arch/s390/lib/probes.c
@@ -4,6 +4,7 @@
* Copyright IBM Corp. 2014
*/
+#include <linux/errno.h>
#include <asm/kprobes.h>
#include <asm/dis.h>