diff options
Diffstat (limited to 'drivers/cpufreq/cpufreq_performance.c')
-rw-r--r-- | drivers/cpufreq/cpufreq_performance.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/cpufreq/cpufreq_performance.c b/drivers/cpufreq/cpufreq_performance.c index e8e1451ef1c1..7e2e515087f8 100644 --- a/drivers/cpufreq/cpufreq_performance.c +++ b/drivers/cpufreq/cpufreq_performance.c | |||
@@ -36,12 +36,14 @@ static int cpufreq_governor_performance(struct cpufreq_policy *policy, | |||
36 | return 0; | 36 | return 0; |
37 | } | 37 | } |
38 | 38 | ||
39 | #ifdef CONFIG_CPU_FREQ_GOV_PERFORMANCE_MODULE | ||
40 | static | ||
41 | #endif | ||
39 | struct cpufreq_governor cpufreq_gov_performance = { | 42 | struct cpufreq_governor cpufreq_gov_performance = { |
40 | .name = "performance", | 43 | .name = "performance", |
41 | .governor = cpufreq_governor_performance, | 44 | .governor = cpufreq_governor_performance, |
42 | .owner = THIS_MODULE, | 45 | .owner = THIS_MODULE, |
43 | }; | 46 | }; |
44 | EXPORT_SYMBOL(cpufreq_gov_performance); | ||
45 | 47 | ||
46 | 48 | ||
47 | static int __init cpufreq_gov_performance_init(void) | 49 | static int __init cpufreq_gov_performance_init(void) |