1
0
Fork 0

perf cpumap: No need to include perf.h, ditch it

From a quick look this was never needed and just polluted the build,
needlessly making things including cpumap.h to be rebuild if perf.h or
anything it includes gets changed.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: https://lkml.kernel.org/n/tip-x10p8slllqkn3fc3bntjx3n0@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
alistair/sunxi64-5.4-dsi
Arnaldo Carvalho de Melo 2019-08-22 14:26:31 -03:00
parent 39152ee51b
commit 29e331176d
1 changed files with 0 additions and 2 deletions

View File

@ -7,8 +7,6 @@
#include <internal/cpumap.h>
#include <perf/cpumap.h>
#include "perf.h"
struct cpu_map_data;
struct perf_cpu_map *perf_cpu_map__empty_new(int nr);