OSDN Git Service

perf pfm: Remove duplicate util/cpumap.h include
authorArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 13 Jun 2023 00:56:09 +0000 (21:56 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 13 Jun 2023 01:00:03 +0000 (22:00 -0300)
Fixes: d1f1cecc92ae0dba ("perf list: Check if libpfm4 event is supported")
Reported-by: kernel test robot <yujie.liu@intel.com>
Closes: https://lore.kernel.org/r/202306110636.2sTsiAcl-lkp@intel.com/
Cc: Namhyung Kim <namhyung@kernel.org>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/pfm.c

index 4c1024c..862e4a6 100644 (file)
@@ -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 <string.h>