]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
perf test: Use header file util/debug.h
authorThomas Richter <tmricht@linux.ibm.com>
Mon, 28 May 2018 13:48:17 +0000 (15:48 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 4 Jun 2018 13:28:53 +0000 (10:28 -0300)
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>
tools/perf/tests/python-use.c

index 5d2df65ada6a74e7435a8e79ea0f90f0b4314645..40ab72149ce1fd867dc2093adc4521e77a452b67 100644 (file)
@@ -7,8 +7,7 @@
 #include <stdlib.h>
 #include <linux/compiler.h>
 #include "tests.h"
-
-extern int verbose;
+#include "util/debug.h"
 
 int test__python_use(struct test *test __maybe_unused, int subtest __maybe_unused)
 {