aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/annotate.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/annotate.h')
-rw-r--r--tools/perf/util/annotate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/annotate.h b/tools/perf/util/annotate.h
index b1253aadf340..bc08b36a713a 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,
82 int max_lines); 82 int max_lines);
83 83
84#ifdef NO_NEWT_SUPPORT 84#ifdef NO_NEWT_SUPPORT
85static inline int symbol__tui_annotate(symbol *sym __used, 85static inline int symbol__tui_annotate(struct symbol *sym __used,
86 struct map *map __used, int evidx __used) 86 struct map *map __used, int evidx __used)
87{ 87{
88 return 0; 88 return 0;