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:
Todd Poynor
2014-09-05 18:27:38 -07:00
parent 2d8da662dc
commit 42df511db0

View File

@@ -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);