From: Ian Rogers Date: Wed, 16 Oct 2024 16:04:13 +0000 (-0700) Subject: perf tool_pmu: Remove duplicate io.h header X-Git-Tag: v6.13-rc1~68^2~152 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=42fd7cac57d6001974a0546e5eb50a430aa95b11;p=linux-block.git perf tool_pmu: Remove duplicate io.h header Remove duplicate inclusion of api/io.h. Reported-by: kernel test robot Closes: https://lore.kernel.org/oe-kbuild-all/202410131417.ynhvnEJb-lkp@intel.com/ Signed-off-by: Ian Rogers Link: https://lore.kernel.org/r/20241016160413.51587-1-irogers@google.com Signed-off-by: Namhyung Kim --- 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 #include -#include #include #include #include