提交 e9ee0dce 编写于 作者: T Thomas Richter 提交者: Arnaldo Carvalho de Melo

perf test: Use header file util/debug.h

Use the header file util/debug.h instead of declaration of verbose
variable.
Signed-off-by: NThomas 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.comSigned-off-by: NArnaldo Carvalho de Melo <acme@redhat.com>
上级 f178fd2d
...@@ -7,8 +7,7 @@ ...@@ -7,8 +7,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <linux/compiler.h> #include <linux/compiler.h>
#include "tests.h" #include "tests.h"
#include "util/debug.h"
extern int verbose;
int test__python_use(struct test *test __maybe_unused, int subtest __maybe_unused) int test__python_use(struct test *test __maybe_unused, int subtest __maybe_unused)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册