diff options
Diffstat (limited to 'include/linux/cpufreq.h')
| -rw-r--r-- | include/linux/cpufreq.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/cpufreq.h b/include/linux/cpufreq.h index d772d00bb4f..f7550e692e0 100644 --- a/include/linux/cpufreq.h +++ b/include/linux/cpufreq.h @@ -371,6 +371,9 @@ extern struct cpufreq_governor cpufreq_gov_userspace; #elif defined(CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND) extern struct cpufreq_governor cpufreq_gov_ondemand; #define CPUFREQ_DEFAULT_GOVERNOR (&cpufreq_gov_ondemand) +#elif defined(CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMANDPLUS) +extern struct cpufreq_governor cpufreq_gov_ondemandplus; +#define CPUFREQ_DEFAULT_GOVERNOR (&cpufreq_gov_ondemandplus) #elif defined(CONFIG_CPU_FREQ_DEFAULT_GOV_ELEMENTALX) extern struct cpufreq_governor cpufreq_gov_elementalx; #define CPUFREQ_DEFAULT_GOVERNOR (&cpufreq_gov_elementalx) |
