Implement SmartassV2 governor
/include/linux/cpufreq.h
blob:3c11abaa584669a63cae23d0ae5e904a5e9cc351 -> blob:f9e90b48f99377f4fa1b96da2c32c7c9c99d82fd
--- include/linux/cpufreq.h
+++ include/linux/cpufreq.h
@@ -372,9 +372,6 @@ extern struct cpufreq_governor cpufreq_g
#elif defined(CONFIG_CPU_FREQ_DEFAULT_GOV_LAGFREE)
extern struct cpufreq_governor cpufreq_gov_lagfree;
#define CPUFREQ_DEFAULT_GOVERNOR (&cpufreq_gov_lagfree)
-#elif defined(CONFIG_CPU_FREQ_DEFAULT_GOV_SMARTASSV2)
-extern struct cpufreq_governor cpufreq_gov_smartassv2;
-#define CPUFREQ_DEFAULT_GOVERNOR (&cpufreq_gov_smartassv2)
#elif defined(CONFIG_CPU_FREQ_DEFAULT_GOV_INTERACTIVE)
extern struct cpufreq_governor cpufreq_gov_interactive;
#define CPUFREQ_DEFAULT_GOVERNOR (&cpufreq_gov_interactive)