diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2017-04-25 17:45:59 +0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2017-04-25 17:45:59 +0300 |
commit | 6db81643fe41f51cf9f6fd10558b8b323d9198ba (patch) | |
tree | 743c48d4921a5fc8644e209fca3d48737896549c /tools/perf/tests/sdt.c | |
parent | fd7647979a3948dae4fc6f25dbbdf9ba269bed78 (diff) | |
download | linux-6db81643fe41f51cf9f6fd10558b8b323d9198ba.tar.xz |
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/tests/sdt.c')
-rw-r--r-- | tools/perf/tests/sdt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/tests/sdt.c b/tools/perf/tests/sdt.c index f73b3c5e125d..06eda675ae2c 100644 --- a/tools/perf/tests/sdt.c +++ b/tools/perf/tests/sdt.c @@ -1,7 +1,6 @@ #include <errno.h> #include <stdio.h> #include <sys/epoll.h> -#include <util/util.h> #include <util/evlist.h> #include <linux/filter.h> #include "tests.h" |