mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
cpufreq: interactive: make common_tunables static
From: Cylen Yao <cylen.yao@mediatek.com> common_tunables should be static. Change-Id: I502ee3062bece5082fea7861eff2f6237e25cede Signed-off-by: Todd Poynor <toddpoynor@google.com>
This commit is contained in:
@@ -117,7 +117,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