aboutsummaryrefslogtreecommitdiffstats
path: root/tools/arch/s390
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2018-01-06 12:07:10 +0100
committerIngo Molnar <mingo@kernel.org>2018-01-06 12:07:10 +0100
commitb6815f354518591400ce4c3a5fd63337643710ff (patch)
tree14f8a117b4556f7dba5a5a9ccebc5e3b204cbd56 /tools/arch/s390
parentMerge tag 'perf-core-for-mingo-4.16-20171227' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core (diff)
parentMerge tag 'for-4.15-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux (diff)
downloadlinux-dev-b6815f354518591400ce4c3a5fd63337643710ff.tar.xz
linux-dev-b6815f354518591400ce4c3a5fd63337643710ff.zip
Merge branch 'linus' into perf/core, to pick up fixes
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'tools/arch/s390')
-rw-r--r--tools/arch/s390/include/uapi/asm/bpf_perf_event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/arch/s390/include/uapi/asm/bpf_perf_event.h b/tools/arch/s390/include/uapi/asm/bpf_perf_event.h
index cefe7c7cd4f6..0a8e37a519f2 100644
--- a/tools/arch/s390/include/uapi/asm/bpf_perf_event.h
+++ b/tools/arch/s390/include/uapi/asm/bpf_perf_event.h
@@ -2,7 +2,7 @@
#ifndef _UAPI__ASM_BPF_PERF_EVENT_H__
#define _UAPI__ASM_BPF_PERF_EVENT_H__
-#include <asm/ptrace.h>
+#include "ptrace.h"
typedef user_pt_regs bpf_user_pt_regs_t;