summaryrefslogtreecommitdiff
path: root/tools/perf/util/util.h
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2017-04-25 11:45:59 -0300
committerArnaldo Carvalho de Melo <acme@redhat.com>2017-04-25 11:45:59 -0300
commit6db81643fe41f51cf9f6fd10558b8b323d9198ba (patch)
tree743c48d4921a5fc8644e209fca3d48737896549c /tools/perf/util/util.h
parentfd7647979a3948dae4fc6f25dbbdf9ba269bed78 (diff)
perf buildid: Move prototypes from util.h to build-id.h
Where they belong. Link: http://lkml.kernel.org/n/tip-94m3dziejxgo7k0488q3mqjm@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/util.h')
-rw-r--r--tools/perf/util/util.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/perf/util/util.h b/tools/perf/util/util.h
index 3852b6d3270a..e7b6f36d8904 100644
--- a/tools/perf/util/util.h
+++ b/tools/perf/util/util.h
@@ -14,8 +14,6 @@
#include <stdarg.h>
#include <linux/types.h>
-extern char buildid_dir[];
-
#ifdef __GNUC__
#define NORETURN __attribute__((__noreturn__))
#else
@@ -36,7 +34,6 @@ void warning(const char *err, ...) __attribute__((format (printf, 1, 2)));
void set_warning_routine(void (*routine)(const char *err, va_list params));
int prefixcmp(const char *str, const char *prefix);
-void set_buildid_dir(const char *dir);
static inline void *zalloc(size_t size)
{