diff options
Diffstat (limited to 'drivers/cpufreq')
-rw-r--r-- | drivers/cpufreq/cpufreq_ondemand.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/cpufreq/cpufreq_ondemand.c b/drivers/cpufreq/cpufreq_ondemand.c index 0bc0bff55d26..84c658822a10 100644 --- a/drivers/cpufreq/cpufreq_ondemand.c +++ b/drivers/cpufreq/cpufreq_ondemand.c | |||
@@ -459,12 +459,11 @@ static int cpufreq_governor_dbs(struct cpufreq_policy *policy, | |||
459 | return 0; | 459 | return 0; |
460 | } | 460 | } |
461 | 461 | ||
462 | struct cpufreq_governor cpufreq_gov_dbs = { | 462 | static struct cpufreq_governor cpufreq_gov_dbs = { |
463 | .name = "ondemand", | 463 | .name = "ondemand", |
464 | .governor = cpufreq_governor_dbs, | 464 | .governor = cpufreq_governor_dbs, |
465 | .owner = THIS_MODULE, | 465 | .owner = THIS_MODULE, |
466 | }; | 466 | }; |
467 | EXPORT_SYMBOL(cpufreq_gov_dbs); | ||
468 | 467 | ||
469 | static int __init cpufreq_gov_dbs_init(void) | 468 | static int __init cpufreq_gov_dbs_init(void) |
470 | { | 469 | { |