aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/bench/numa.c
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <[email protected]>2019-09-03 12:47:53 +0000
committerArnaldo Carvalho de Melo <[email protected]>2019-09-20 12:19:20 +0000
commit8fcbeae44fde9756036147664d1e74fab7c9902c (patch)
treecd71ba4e8127563f4c7951f57c85c6a61e9df49e /tools/perf/bench/numa.c
parentperf tools: Add PMU event JSON files for ARM Cortex-A76 and, Neoverse N1. (diff)
downloadkernel-8fcbeae44fde9756036147664d1e74fab7c9902c.tar.gz
kernel-8fcbeae44fde9756036147664d1e74fab7c9902c.zip
perf tools: Remove needless builtin.h include directives
Now that builtin.h isn't included by any other header, we can check where it is really needed, i.e. we can remove it and be sure that it isn't being obtained indirectly. Cc: Adrian Hunter <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Namhyung Kim <[email protected]> Link: https://lkml.kernel.org/n/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/bench/numa.c')
-rw-r--r--tools/perf/bench/numa.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/bench/numa.c b/tools/perf/bench/numa.c
index 62b8ef4bcb1f..5797253b9700 100644
--- a/tools/perf/bench/numa.c
+++ b/tools/perf/bench/numa.c
@@ -9,7 +9,6 @@
/* For the CLR_() macros */
#include <pthread.h>
-#include "../builtin.h"
#include <subcmd/parse-options.h>
#include "../util/cloexec.h"