]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
perf cpumap: No need to include perf.h, ditch it
authorArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 22 Aug 2019 17:26:31 +0000 (14:26 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 26 Aug 2019 11:36:25 +0000 (08:36 -0300)
commit29e331176da121db22daa5dd9d72533b6a1efb33
tree2b0b8e86e2f83546b82aec16ad93d78b932094ae
parent39152ee51b77851689f9b23fde6f610d13566c39
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>
tools/perf/util/cpumap.h