aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/symbol.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/symbol.c')
-rw-r--r--tools/perf/util/symbol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/symbol.c b/tools/perf/util/symbol.c
index 29780fcd049c..f4540f8bbed1 100644
--- a/tools/perf/util/symbol.c
+++ b/tools/perf/util/symbol.c
@@ -1170,7 +1170,7 @@ static int kcore_mapfn(u64 start, u64 len, u64 pgoff, void *data)
1170 * Merges map into map_groups by splitting the new map 1170 * Merges map into map_groups by splitting the new map
1171 * within the existing map regions. 1171 * within the existing map regions.
1172 */ 1172 */
1173static int map_groups__merge_in(struct map_groups *kmaps, struct map *new_map) 1173int map_groups__merge_in(struct map_groups *kmaps, struct map *new_map)
1174{ 1174{
1175 struct map *old_map; 1175 struct map *old_map;
1176 LIST_HEAD(merged); 1176 LIST_HEAD(merged);