From d15b8c76c964e882593365a5d1b4b924c945b90e Mon Sep 17 00:00:00 2001 From: Arnaldo Carvalho de Melo Date: Mon, 12 Jun 2023 21:56:09 -0300 Subject: [PATCH] perf pfm: Remove duplicate util/cpumap.h include Fixes: d1f1cecc92ae0dba ("perf list: Check if libpfm4 event is supported") Reported-by: kernel test robot Closes: https://lore.kernel.org/r/202306110636.2sTsiAcl-lkp@intel.com/ Cc: Namhyung Kim Signed-off-by: Arnaldo Carvalho de Melo --- tools/perf/util/pfm.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/perf/util/pfm.c b/tools/perf/util/pfm.c index 4c1024c343dd..862e4a689868 100644 --- a/tools/perf/util/pfm.c +++ b/tools/perf/util/pfm.c @@ -13,7 +13,6 @@ #include "util/pmus.h" #include "util/pfm.h" #include "util/strbuf.h" -#include "util/cpumap.h" #include "util/thread_map.h" #include -- 2.50.1