diff --git a/drivers/cpufreq/cpufreq_conservative.c b/drivers/cpufreq/cpufreq_conservative.c index afa0364196e3..e8e16a5dbd1e 100644 --- a/drivers/cpufreq/cpufreq_conservative.c +++ b/drivers/cpufreq/cpufreq_conservative.c @@ -305,7 +305,7 @@ static void cs_start(struct cpufreq_policy *policy) #ifndef CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE static #endif -static struct dbs_governor cs_governor = { +struct dbs_governor cs_governor = { .gov = CPUFREQ_DBS_GOVERNOR_INITIALIZER("conservative"), .kobj_type = { .default_attrs = cs_attributes }, .gov_dbs_timer = cs_dbs_timer,