13 #include <linux/kernel.h>
14 #include <linux/module.h>
18 static int cpufreq_governor_powersave(
struct cpufreq_policy *policy,
24 pr_debug(
"setting to %u kHz because of event %u\n",
35 #ifndef CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE
40 .governor = cpufreq_governor_powersave,
44 static int __init cpufreq_gov_powersave_init(
void)
50 static void __exit cpufreq_gov_powersave_exit(
void)
60 #ifdef CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE