summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/tool_pmu.c
diff options
context:
space:
mode:
authorIan Rogers <irogers@google.com>2024-10-16 18:04:13 +0200
committerNamhyung Kim <namhyung@kernel.org>2024-10-16 22:35:04 +0200
commit42fd7cac57d6001974a0546e5eb50a430aa95b11 (patch)
tree00ac985927c4f51ecaded29f4d54111711c71eb5 /tools/perf/util/tool_pmu.c
parentperf arm-spe: Add Cortex CPUs to common data source encoding list (diff)
downloadlinux-42fd7cac57d6001974a0546e5eb50a430aa95b11.tar.xz
linux-42fd7cac57d6001974a0546e5eb50a430aa95b11.zip
perf tool_pmu: Remove duplicate io.h header
Remove duplicate inclusion of api/io.h. Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202410131417.ynhvnEJb-lkp@intel.com/ Signed-off-by: Ian Rogers <irogers@google.com> Link: https://lore.kernel.org/r/20241016160413.51587-1-irogers@google.com Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Diffstat (limited to '')
-rw-r--r--tools/perf/util/tool_pmu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/util/tool_pmu.c b/tools/perf/util/tool_pmu.c
index bd1cee643eb5..4fb097578479 100644
--- a/tools/perf/util/tool_pmu.c
+++ b/tools/perf/util/tool_pmu.c
@@ -11,7 +11,6 @@
#include "tsc.h"
#include <api/fs/fs.h>
#include <api/io.h>
-#include <api/io.h>
#include <internal/threadmap.h>
#include <perf/threadmap.h>
#include <fcntl.h>