cpufreq: interactive: make common_tunables static
authorTodd Poynor <toddpoynor@google.com>
Sat, 6 Sep 2014 01:27:38 +0000 (18:27 -0700)
committerTodd Poynor <toddpoynor@google.com>
Sat, 6 Sep 2014 01:27:38 +0000 (18:27 -0700)
From: Cylen Yao <cylen.yao@mediatek.com>

common_tunables should be static.

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

index 437aaed570572fcb78944c75bc3889641d0f83af..72563be3537c13583c316c7ea9bc11a116a4cf6a 100644 (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);