forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-11-22 9ca5fbcb63a8dcaee0527f96afb91dc4b4bd8fa9
kernel/tools/perf/tests/bp_account.c
....@@ -22,7 +22,7 @@
2222 #include "perf.h"
2323 #include "cloexec.h"
2424
25
-volatile long the_var;
25
+static volatile long the_var;
2626
2727 static noinline int test_function(void)
2828 {