cpufreq: interactive: make common_tunables static
authorCylen Yao <cylen.yao@mediatek.com>
Sat, 6 Sep 2014 01:27:38 +0000 (18:27 -0700)
committerJohn Stultz <john.stultz@linaro.org>
Tue, 16 Feb 2016 21:53:04 +0000 (13:53 -0800)
common_tunables should be static.

Change-Id: I502ee3062bece5082fea7861eff2f6237e25cede
Signed-off-by: Todd Poynor <toddpoynor@google.com>
drivers/cpufreq/cpufreq_interactive.c

index f0e6fe220efb43654028870859d45a1c17f1eb7e..a0a7c3aef859a4ac003dd8a91ace0fb96ab21169 100644 (file)
@@ -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);