From 85e1d419e71eaa39248a9fa6572502a3c802f9ca Mon Sep 17 00:00:00 2001 From: Jiri Olsa Date: Fri, 17 Aug 2018 11:48:04 +0200 Subject: perf tools: Make decompress_to_file() function static There's no outside user of it. Signed-off-by: Jiri Olsa Cc: Alexander Shishkin Cc: David Ahern Cc: Michael Petlan Cc: Namhyung Kim Cc: Peter Zijlstra Link: http://lkml.kernel.org/r/20180817094813.15086-5-jolsa@kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- tools/perf/util/dso.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/perf/util/dso.c') diff --git a/tools/perf/util/dso.c b/tools/perf/util/dso.c index 8ee1faa5726f..9f4b72d8f50f 100644 --- a/tools/perf/util/dso.c +++ b/tools/perf/util/dso.c @@ -239,7 +239,7 @@ bool is_kernel_module(const char *pathname, int cpumode) return m.kmod; } -bool decompress_to_file(const char *ext, const char *filename, int output_fd) +static bool decompress_to_file(const char *ext, const char *filename, int output_fd) { unsigned i; -- cgit v1.2.3