]> git.baikalelectronics.ru Git - kernel.git/commit
perf annotate: Add missing machine.h include directive
authorArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 18 Sep 2019 13:10:43 +0000 (10:10 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 20 Sep 2019 12:19:22 +0000 (09:19 -0300)
commit69e140fb2a935cc8a5bcba909ac48d73b3926276
tree50f6c8ae380b12858f5b0254ee755db7b56a69e9
parent4cd4210c0a97eccd223e14ff830da99a1008afba
perf annotate: Add missing machine.h include directive

We use what is defined there, were getting it by luck, indirectly, fix
it.

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-56g4jshmktniundmiw7h845k@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-annotate.c