perf tools: Bring linear set of section headers for features
[safe/jmp/linux-2.6] / tools / perf / util / data_map.h
index c412281..20b4037 100644 (file)
@@ -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