]> git.baikalelectronics.ru Git - kernel.git/commit
perf srcline: Add missing srcline.h header to files needing its defs
authorArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 22 Aug 2019 20:10:08 +0000 (17:10 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 26 Aug 2019 14:58:29 +0000 (11:58 -0300)
commit6e58c28ed569701282b6b17c40ea5edd7bb17881
tree8304e2cfb00015e628a7627dd70f2cad6499a4c6
parent9ca44e947a941c520c472220b40e667308c96982
perf srcline: Add missing srcline.h header to files needing its defs

When srcline was introduced it wrongly added the include to util/sort.h,
even with that header not needing the definitions it provides, fix it by
adding it to the places that need it as a pre patch to remove srcline.h
from sort.h.

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-shuebppedtye8hrgxk15qe3x@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-diff.c
tools/perf/builtin-report.c
tools/perf/builtin-script.c
tools/perf/util/annotate.c
tools/perf/util/machine.c
tools/perf/util/sort.c