aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/bench/futex-requeue.c
diff options
context:
space:
mode:
authorIan Rogers <[email protected]>2021-02-11 18:39:14 +0000
committerArnaldo Carvalho de Melo <[email protected]>2021-02-12 20:35:48 +0000
commite73b0d586ed8ababe67a655f8c2deebfb12a307b (patch)
tree35a04f237d33014ad9b7d0334d06608589bc8bcf /tools/perf/bench/futex-requeue.c
parentperf tools: Remove unused xyarray.c as it was moved to tools/lib/perf (diff)
downloadkernel-e73b0d586ed8ababe67a655f8c2deebfb12a307b.tar.gz
kernel-e73b0d586ed8ababe67a655f8c2deebfb12a307b.zip
perf env: Remove unneeded internal/cpumap inclusions
Minor cleanup. Signed-off-by: Ian Rogers <[email protected]> Acked-by: Jiri Olsa <[email protected]> Cc: Alexander Shishkin <[email protected]> Cc: Mark Rutland <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Stephane Eranian <[email protected]> Link: http://lore.kernel.org/lkml/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/bench/futex-requeue.c')
-rw-r--r--tools/perf/bench/futex-requeue.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/bench/futex-requeue.c b/tools/perf/bench/futex-requeue.c
index 7a15c2e61022..5fa23295ee5f 100644
--- a/tools/perf/bench/futex-requeue.c
+++ b/tools/perf/bench/futex-requeue.c
@@ -20,7 +20,6 @@
#include <linux/kernel.h>
#include <linux/time64.h>
#include <errno.h>
-#include <internal/cpumap.h>
#include <perf/cpumap.h>
#include "bench.h"
#include "futex.h"