aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/samples/bpf/tracex4_kern.c
diff options
context:
space:
mode:
Diffstat (limited to 'samples/bpf/tracex4_kern.c')
-rw-r--r--samples/bpf/tracex4_kern.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/samples/bpf/tracex4_kern.c b/samples/bpf/tracex4_kern.c
index eb0f8fdd14bf..ca826750901a 100644
--- a/samples/bpf/tracex4_kern.c
+++ b/samples/bpf/tracex4_kern.c
@@ -4,9 +4,8 @@
* modify it under the terms of version 2 of the GNU General Public
* License as published by the Free Software Foundation.
*/
-#include <linux/ptrace.h>
+#include "vmlinux.h"
#include <linux/version.h>
-#include <uapi/linux/bpf.h>
#include <bpf/bpf_helpers.h>
#include <bpf/bpf_tracing.h>