[PATCH v1] perf tool_pmu: Remove duplicate io.h header
From: Ian Rogers
Date: Wed Oct 16 2024 - 12:04:25 EST
Remove duplicate inclusion of api/io.h.
Reported-by: kernel test robot <lkp@xxxxxxxxx>
Closes: https://lore.kernel.org/oe-kbuild-all/202410131417.ynhvnEJb-lkp@xxxxxxxxx/
Signed-off-by: Ian Rogers <irogers@xxxxxxxxxx>
---
tools/perf/util/tool_pmu.c | 1 -
1 file changed, 1 deletion(-)
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>
--
2.47.0.rc1.288.g06298d1525-goog