diff options
-rw-r--r-- | tools/perf/tests/bpf-script-test-kbuild.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/tests/bpf-script-test-kbuild.c b/tools/perf/tests/bpf-script-test-kbuild.c index 3626924740d8..ff3ec8337f0a 100644 --- a/tools/perf/tests/bpf-script-test-kbuild.c +++ b/tools/perf/tests/bpf-script-test-kbuild.c | |||
@@ -9,7 +9,6 @@ | |||
9 | #define SEC(NAME) __attribute__((section(NAME), used)) | 9 | #define SEC(NAME) __attribute__((section(NAME), used)) |
10 | 10 | ||
11 | #include <uapi/linux/fs.h> | 11 | #include <uapi/linux/fs.h> |
12 | #include <uapi/asm/ptrace.h> | ||
13 | 12 | ||
14 | SEC("func=vfs_llseek") | 13 | SEC("func=vfs_llseek") |
15 | int bpf_func__vfs_llseek(void *ctx) | 14 | int bpf_func__vfs_llseek(void *ctx) |