|
@@ -187,6 +187,9 @@ static int cpufreq_governor_userspace(struct cpufreq_policy *policy,
|
|
|
}
|
|
|
|
|
|
|
|
|
+#ifndef CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE
|
|
|
+static
|
|
|
+#endif
|
|
|
struct cpufreq_governor cpufreq_gov_userspace = {
|
|
|
.name = "userspace",
|
|
|
.governor = cpufreq_governor_userspace,
|
|
@@ -194,7 +197,6 @@ struct cpufreq_governor cpufreq_gov_userspace = {
|
|
|
.show_setspeed = show_speed,
|
|
|
.owner = THIS_MODULE,
|
|
|
};
|
|
|
-EXPORT_SYMBOL(cpufreq_gov_userspace);
|
|
|
|
|
|
static int __init cpufreq_gov_userspace_init(void)
|
|
|
{
|