]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/cpufreq/cpufreq_conservative.c
[SCSI] libiscsi: pass opcode into alloc_pdu callout
[linux-2.6-omap-h63xx.git] / drivers / cpufreq / cpufreq_conservative.c
index 4ee53a4c6d2c29d0d4b0091552ea8ba38d23ea7c..e2657837d954a459a731639811fcf3e4b7d91399 100644 (file)
@@ -576,13 +576,15 @@ static int cpufreq_governor_dbs(struct cpufreq_policy *policy,
        return 0;
 }
 
+#ifndef CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE
+static
+#endif
 struct cpufreq_governor cpufreq_gov_conservative = {
        .name                   = "conservative",
        .governor               = cpufreq_governor_dbs,
        .max_transition_latency = TRANSITION_LATENCY_LIMIT,
        .owner                  = THIS_MODULE,
 };
-EXPORT_SYMBOL(cpufreq_gov_conservative);
 
 static int __init cpufreq_gov_dbs_init(void)
 {