From: Thomas Richter Date: Mon, 28 May 2018 13:48:17 +0000 (+0200) Subject: perf test: Use header file util/debug.h X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=e9ee0dce45e522221c18b2f24621a0d00d0bff40;p=openwrt%2Fstaging%2Fblogic.git 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 Cc: Heiko Carstens Cc: Hendrik Brueckner Cc: Martin Schwidefsky Link: http://lkml.kernel.org/r/20180528134817.36643-1-tmricht@linux.ibm.com Signed-off-by: Arnaldo Carvalho de Melo --- 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 @@ #include #include #include "tests.h" - -extern int verbose; +#include "util/debug.h" int test__python_use(struct test *test __maybe_unused, int subtest __maybe_unused) {