perf tool_pmu: Remove duplicate io.h header
authorIan Rogers <irogers@google.com>
Wed, 16 Oct 2024 16:04:13 +0000 (09:04 -0700)
committerNamhyung Kim <namhyung@kernel.org>
Wed, 16 Oct 2024 20:35:04 +0000 (13:35 -0700)
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>
tools/perf/util/tool_pmu.c

index bd1cee643eb506df7786c00b23eb0da32e78d751..4fb09757847944599e3eb0a96e6cc1d5c835f578 100644 (file)
@@ -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>