diff --git a/tools/perf/util/annotate.h b/tools/perf/util/annotate.h index b1253aadf34028110caab67e70eebddcd76d8557..bc08b36a713a93742b96c405647d91eb02dad8b4 100644 --- a/tools/perf/util/annotate.h +++ b/tools/perf/util/annotate.h @@ -82,7 +82,7 @@ int symbol__tty_annotate(struct symbol *sym, struct map *map, int evidx, int max_lines); #ifdef NO_NEWT_SUPPORT -static inline int symbol__tui_annotate(symbol *sym __used, +static inline int symbol__tui_annotate(struct symbol *sym __used, struct map *map __used, int evidx __used) { return 0;