perf tools: Add missing cpu_map__delete()
[deliverable/linux.git] / tools / perf / util / cpumap.h
index f7a4f42f6307fb522299ea48d1126e6d08ffda71..072c0a374794eafcdbfd628ae80c9fe1b0e88240 100644 (file)
@@ -8,6 +8,6 @@ struct cpu_map {
 
 struct cpu_map *cpu_map__new(const char *cpu_list);
 struct cpu_map *cpu_map__dummy_new(void);
-void *cpu_map__delete(struct cpu_map *map);
+void cpu_map__delete(struct cpu_map *map);
 
 #endif /* __PERF_CPUMAP_H */
This page took 0.025447 seconds and 5 git commands to generate.