diff --git a/[refs] b/[refs] index 601572c97c6d..9b3aa2b86b1a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6d8afb56300c53a250c6de0f973ef502e54aabf3 +refs/heads/master: eccdfe2d245a882feacc4630c9bc29805e9929c8 diff --git a/trunk/tools/perf/builtin-script.c b/trunk/tools/perf/builtin-script.c index 27d568daac77..150a606002eb 100644 --- a/trunk/tools/perf/builtin-script.c +++ b/trunk/tools/perf/builtin-script.c @@ -137,7 +137,7 @@ struct script_spec { char spec[0]; }; -LIST_HEAD(script_specs); +static LIST_HEAD(script_specs); static struct script_spec *script_spec__new(const char *spec, struct scripting_ops *ops) @@ -319,7 +319,7 @@ struct script_desc { char *args; }; -LIST_HEAD(script_descs); +static LIST_HEAD(script_descs); static struct script_desc *script_desc__new(const char *name) {