summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCylen Yao <cylen.yao@mediatek.com>2014-09-05 18:27:38 -0700
committerJohn Stultz <john.stultz@linaro.org>2016-02-16 13:53:04 -0800
commit39b5c1bf837b16432490fb2b63d5345bb782fa79 (patch)
tree2232a58f359c2f766a5a6ae07436f45d907e9c08
parentbc88e631b272563929476da0be3fef1dac10e70a (diff)
cpufreq: interactive: make common_tunables static
common_tunables should be static. Change-Id: I502ee3062bece5082fea7861eff2f6237e25cede Signed-off-by: Todd Poynor <toddpoynor@google.com>
-rw-r--r--drivers/cpufreq/cpufreq_interactive.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cpufreq/cpufreq_interactive.c b/drivers/cpufreq/cpufreq_interactive.c
index f0e6fe220efb..a0a7c3aef859 100644
--- a/drivers/cpufreq/cpufreq_interactive.c
+++ b/drivers/cpufreq/cpufreq_interactive.c
@@ -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);