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>
---
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