diff options
| author | houst0nn <houstonn@gmail.com> | 2016-05-16 09:12:44 +0800 |
|---|---|---|
| committer | xyyx <xyyx@mail.ru> | 2016-05-16 09:13:39 +0800 |
| commit | c10fd57a7a203103ba275ee9222c5b5544457e48 (patch) | |
| tree | 0e82a226621856bc0a1f9e94e825da54fff296de /include/linux/cpufreq.h | |
| parent | 3610f42929028f366c2363b1c2486e3b4ebdfa1b (diff) | |
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) |
