aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/map.h
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2019-11-22 12:48:24 -0300
committerArnaldo Carvalho de Melo <acme@redhat.com>2019-11-26 11:07:45 -0300
commit805fcbc4fb669036e0137c9a655c8bf0dd08cb5b (patch)
treeee7dc06b8e3cdaf459dce4413617d4f6baa765b6 /tools/perf/util/map.h
parentperf map: Ditch leftover map__reloc_vmlinux() prototype (diff)
downloadlinux-dev-805fcbc4fb669036e0137c9a655c8bf0dd08cb5b.tar.xz
linux-dev-805fcbc4fb669036e0137c9a655c8bf0dd08cb5b.zip
perf map: Remove needless struct forward declarations
At some point we may have needed that, not anymore. 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-hnao13231bsl7xml5wn8h4iu@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to '')
-rw-r--r--tools/perf/util/map.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/perf/util/map.h b/tools/perf/util/map.h
index c0dffa9ecfe3..aafaea22737c 100644
--- a/tools/perf/util/map.h
+++ b/tools/perf/util/map.h
@@ -12,11 +12,8 @@
#include <linux/types.h>
struct dso;
-struct ip_callchain;
-struct ref_reloc_sym;
struct map_groups;
struct machine;
-struct evsel;
struct map {
union {