]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
perf probe: No need for symbol.h, symbol_conf is enough
authorArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 30 Aug 2019 14:56:47 +0000 (11:56 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Sun, 1 Sep 2019 01:24:10 +0000 (22:24 -0300)
Remove one more unneeded use of symbol.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-vrda1tuem1o8pk82t2kfjtun@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-probe.c

index 6dce1724a3788df7b961db16122f28a002442ed2..26bc5923e6b56c0a3959212de58de8b36a8832e8 100644 (file)
@@ -21,7 +21,7 @@
 #include "util/build-id.h"
 #include "util/strlist.h"
 #include "util/strfilter.h"
-#include "util/symbol.h"
+#include "util/symbol_conf.h"
 #include "util/debug.h"
 #include <subcmd/parse-options.h>
 #include "util/probe-finder.h"