mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02: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:
parent
2d8da662dc
commit
42df511db0
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user