cpufreq: interactive: make common_tunables static
common_tunables should be static. Change-Id: I502ee3062bece5082fea7861eff2f6237e25cede Signed-off-by: Todd Poynor <toddpoynor@google.com>
This commit is contained in:
@@ -115,7 +115,7 @@ struct cpufreq_interactive_tunables {
|
||||
};
|
||||
|
||||
/* For cases where we have single governor instance for system */
|
||||
struct cpufreq_interactive_tunables *common_tunables;
|
||||
static struct cpufreq_interactive_tunables *common_tunables;
|
||||
|
||||
static struct attribute_group *get_sysfs_attr(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user