projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40df389
)
perf map: Remove needless struct forward declarations
author
Arnaldo Carvalho de Melo
<acme@redhat.com>
Fri, 22 Nov 2019 15:48:24 +0000
(12:48 -0300)
committer
Arnaldo Carvalho de Melo
<acme@redhat.com>
Tue, 26 Nov 2019 14:07:45 +0000
(11:07 -0300)
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>
tools/perf/util/map.h
patch
|
blob
|
history
diff --git
a/tools/perf/util/map.h
b/tools/perf/util/map.h
index c0dffa9ecfe30b3e45f1d5f68eade9ecc1568612..aafaea22737c1c9f4a906bd54da49f51f4b9df37 100644
(file)
--- 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 {