perf ui/browser/annotate: Use global annotation_options
[linux-2.6-microblaze.git] / tools / perf / util / annotate.h
index 7bf29ba..857c5fa 100644 (file)
@@ -418,13 +418,11 @@ int symbol__tty_annotate2(struct map_symbol *ms, struct evsel *evsel);
 
 #ifdef HAVE_SLANG_SUPPORT
 int symbol__tui_annotate(struct map_symbol *ms, struct evsel *evsel,
-                        struct hist_browser_timer *hbt,
-                        struct annotation_options *opts);
+                        struct hist_browser_timer *hbt);
 #else
 static inline int symbol__tui_annotate(struct map_symbol *ms __maybe_unused,
                                struct evsel *evsel  __maybe_unused,
-                               struct hist_browser_timer *hbt __maybe_unused,
-                               struct annotation_options *opts __maybe_unused)
+                               struct hist_browser_timer *hbt __maybe_unused)
 {
        return 0;
 }