[<prev] [next>] [day] [month] [year] [list]
Message-ID: <157500737338.21853.4104340810692264441.tip-bot2@tip-bot2>
Date: Fri, 29 Nov 2019 06:02:53 -0000
From: "tip-bot2 for Arnaldo Carvalho de Melo" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: Adrian Hunter <adrian.hunter@...el.com>,
Jiri Olsa <jolsa@...nel.org>,
Namhyung Kim <namhyung@...nel.org>,
Arnaldo Carvalho de Melo <acme@...hat.com>,
x86 <x86@...nel.org>, LKML <linux-kernel@...r.kernel.org>
Subject: [tip: perf/urgent] perf map: Remove needless struct forward declarations
The following commit has been merged into the perf/urgent branch of tip:
Commit-ID: 805fcbc4fb669036e0137c9a655c8bf0dd08cb5b
Gitweb: https://git.kernel.org/tip/805fcbc4fb669036e0137c9a655c8bf0dd08cb5b
Author: Arnaldo Carvalho de Melo <acme@...hat.com>
AuthorDate: Fri, 22 Nov 2019 12:48:24 -03:00
Committer: Arnaldo Carvalho de Melo <acme@...hat.com>
CommitterDate: Tue, 26 Nov 2019 11:07:45 -03:00
perf map: Remove needless struct forward declarations
At some point we may have needed that, not anymore.
Cc: Adrian Hunter <adrian.hunter@...el.com>
Cc: Jiri Olsa <jolsa@...nel.org>
Cc: Namhyung Kim <namhyung@...nel.org>
Link: https://lkml.kernel.org/n/tip-hnao13231bsl7xml5wn8h4iu@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@...hat.com>
---
tools/perf/util/map.h | 3 ---
1 file changed, 3 deletions(-)
diff --git a/tools/perf/util/map.h b/tools/perf/util/map.h
index c0dffa9..aafaea2 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 {
Powered by blists - more mailing lists