[PATCH v1] perf tool_pmu: Remove duplicate io.h header

Ian Rogers posted 1 patch 1 month, 1 week ago
tools/perf/util/tool_pmu.c | 1 -
1 file changed, 1 deletion(-)
[PATCH v1] perf tool_pmu: Remove duplicate io.h header
Posted by Ian Rogers 1 month, 1 week ago
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
Re: [PATCH v1] perf tool_pmu: Remove duplicate io.h header
Posted by Namhyung Kim 1 month, 1 week ago
On Wed, 16 Oct 2024 09:04:13 -0700, Ian Rogers wrote:

> Remove duplicate inclusion of api/io.h.
> 
> 

Applied to perf-tools-next, thanks!

Best regards,
Namhyung