diff options
author | Thomas Richter <tmricht@linux.ibm.com> | 2018-05-28 09:48:17 -0400 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2018-06-04 09:28:53 -0400 |
commit | e9ee0dce45e522221c18b2f24621a0d00d0bff40 (patch) | |
tree | 3f3eafff61b65cd521f2b50f3c60d8da5443499a /tools/perf | |
parent | f178fd2d498eccbf6592ace72b9f235f0e58c77d (diff) |
perf test: Use header file util/debug.h
Use the header file util/debug.h instead of declaration of verbose
variable.
Signed-off-by: Thomas Richter <tmricht@linux.ibm.com>
Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
Cc: Hendrik Brueckner <brueckner@linux.vnet.ibm.com>
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Link: http://lkml.kernel.org/r/20180528134817.36643-1-tmricht@linux.ibm.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf')
-rw-r--r-- | tools/perf/tests/python-use.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/perf/tests/python-use.c b/tools/perf/tests/python-use.c index 5d2df65ada6a..40ab72149ce1 100644 --- a/tools/perf/tests/python-use.c +++ b/tools/perf/tests/python-use.c | |||
@@ -7,8 +7,7 @@ | |||
7 | #include <stdlib.h> | 7 | #include <stdlib.h> |
8 | #include <linux/compiler.h> | 8 | #include <linux/compiler.h> |
9 | #include "tests.h" | 9 | #include "tests.h" |
10 | 10 | #include "util/debug.h" | |
11 | extern int verbose; | ||
12 | 11 | ||
13 | int test__python_use(struct test *test __maybe_unused, int subtest __maybe_unused) | 12 | int test__python_use(struct test *test __maybe_unused, int subtest __maybe_unused) |
14 | { | 13 | { |