diff options
author | Paul Mundt <lethal@linux-sh.org> | 2011-08-29 09:08:51 +0200 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-08-29 09:08:51 +0200 |
commit | b9a3acf46afdafc601947136f63e9dd228cd86e8 (patch) | |
tree | 2b206b6d3c51f673c94fbcdf03df2a699e7110d2 /tools/perf/util/ui/browsers/top.c | |
parent | sh: ecovec: add renesas_usbhs DMAEngine support (diff) | |
parent | sh: fix the compile error in setup-sh7757.c (diff) | |
download | linux-b9a3acf46afdafc601947136f63e9dd228cd86e8.tar.xz linux-b9a3acf46afdafc601947136f63e9dd228cd86e8.zip |
Merge branch 'sh/stable-updates' into sh-latest
Diffstat (limited to 'tools/perf/util/ui/browsers/top.c')
-rw-r--r-- | tools/perf/util/ui/browsers/top.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/util/ui/browsers/top.c b/tools/perf/util/ui/browsers/top.c index 5a06538532af..88403cf8396a 100644 --- a/tools/perf/util/ui/browsers/top.c +++ b/tools/perf/util/ui/browsers/top.c @@ -208,6 +208,5 @@ int perf_top__tui_browser(struct perf_top *top) }, }; - ui_helpline__push("Press <- or ESC to exit"); return perf_top_browser__run(&browser); } |