X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=tools%2Fperf%2Futil%2Fdata_map.h;h=20b4037a8236d89201907d3d9147a7def3586764;hb=9e827dd00a94136b944a538bede67c944d0b740a;hp=c4122810e48996cfe8a7fc6c5c3ca048cca498a5;hpb=3e13ab2d83b6867a20663c73c184f29c2fde1558;p=~andy%2Flinux diff --git a/tools/perf/util/data_map.h b/tools/perf/util/data_map.h index c4122810e48..20b4037a823 100644 --- a/tools/perf/util/data_map.h +++ b/tools/perf/util/data_map.h @@ -27,7 +27,6 @@ int mmap_dispatch_perf_file(struct perf_header **pheader, int full_paths, int *cwdlen, char **cwd); -int perf_header__read_build_ids(const struct perf_header *self, - int input, off_t file_size); +int perf_header__read_build_ids(int input, off_t file_size); #endif