diff options
Diffstat (limited to 'tools/perf/tests/mmap-basic.c')
-rw-r--r-- | tools/perf/tests/mmap-basic.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/perf/tests/mmap-basic.c b/tools/perf/tests/mmap-basic.c index 85e1d7337dc0..042757629e90 100644 --- a/tools/perf/tests/mmap-basic.c +++ b/tools/perf/tests/mmap-basic.c | |||
@@ -10,7 +10,6 @@ | |||
10 | #include "evlist.h" | 10 | #include "evlist.h" |
11 | #include "evsel.h" | 11 | #include "evsel.h" |
12 | #include "thread_map.h" | 12 | #include "thread_map.h" |
13 | #include "cpumap.h" | ||
14 | #include "tests.h" | 13 | #include "tests.h" |
15 | #include <linux/err.h> | 14 | #include <linux/err.h> |
16 | #include <linux/kernel.h> | 15 | #include <linux/kernel.h> |
@@ -53,7 +52,7 @@ int test__basic_mmap(struct test *test __maybe_unused, int subtest __maybe_unuse | |||
53 | 52 | ||
54 | cpus = perf_cpu_map__new(NULL); | 53 | cpus = perf_cpu_map__new(NULL); |
55 | if (cpus == NULL) { | 54 | if (cpus == NULL) { |
56 | pr_debug("cpu_map__new\n"); | 55 | pr_debug("perf_cpu_map__new\n"); |
57 | goto out_free_threads; | 56 | goto out_free_threads; |
58 | } | 57 | } |
59 | 58 | ||