diff options
Diffstat (limited to 'tools/perf/util/config.c')
-rw-r--r-- | tools/perf/util/config.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/perf/util/config.c b/tools/perf/util/config.c index d3e12e30e1d5..4e727635476e 100644 --- a/tools/perf/util/config.c +++ b/tools/perf/util/config.c | |||
@@ -26,7 +26,7 @@ static const char *config_file_name; | |||
26 | static int config_linenr; | 26 | static int config_linenr; |
27 | static int config_file_eof; | 27 | static int config_file_eof; |
28 | 28 | ||
29 | static const char *config_exclusive_filename; | 29 | const char *config_exclusive_filename; |
30 | 30 | ||
31 | static int get_next_char(void) | 31 | static int get_next_char(void) |
32 | { | 32 | { |
@@ -434,7 +434,7 @@ static int perf_config_from_file(config_fn_t fn, const char *filename, void *dat | |||
434 | return ret; | 434 | return ret; |
435 | } | 435 | } |
436 | 436 | ||
437 | static const char *perf_etc_perfconfig(void) | 437 | const char *perf_etc_perfconfig(void) |
438 | { | 438 | { |
439 | static const char *system_wide; | 439 | static const char *system_wide; |
440 | if (!system_wide) | 440 | if (!system_wide) |