aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/bp_account.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/tests/bp_account.c')
-rw-r--r--tools/perf/tests/bp_account.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/tests/bp_account.c b/tools/perf/tests/bp_account.c
index a20cbc445426..624e4ef73d1c 100644
--- a/tools/perf/tests/bp_account.c
+++ b/tools/perf/tests/bp_account.c
@@ -22,7 +22,7 @@
#include "perf.h"
#include "cloexec.h"
-volatile long the_var;
+static volatile long the_var;
static noinline int test_function(void)
{