summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/ui/browsers/top.c
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2011-08-29 09:08:51 +0200
committerPaul Mundt <lethal@linux-sh.org>2011-08-29 09:08:51 +0200
commitb9a3acf46afdafc601947136f63e9dd228cd86e8 (patch)
tree2b206b6d3c51f673c94fbcdf03df2a699e7110d2 /tools/perf/util/ui/browsers/top.c
parentsh: ecovec: add renesas_usbhs DMAEngine support (diff)
parentsh: fix the compile error in setup-sh7757.c (diff)
downloadlinux-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.c1
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);
}