|
@@ -574,7 +574,6 @@ ssize_t cpufreq_show_cpus(const struct cpumask *mask, char *buf);
|
|
|
|
|
|
#ifdef CONFIG_CPU_FREQ
|
|
#ifdef CONFIG_CPU_FREQ
|
|
int cpufreq_boost_trigger_state(int state);
|
|
int cpufreq_boost_trigger_state(int state);
|
|
-int cpufreq_boost_supported(void);
|
|
|
|
int cpufreq_boost_enabled(void);
|
|
int cpufreq_boost_enabled(void);
|
|
int cpufreq_enable_boost_support(void);
|
|
int cpufreq_enable_boost_support(void);
|
|
bool policy_has_boost_freq(struct cpufreq_policy *policy);
|
|
bool policy_has_boost_freq(struct cpufreq_policy *policy);
|
|
@@ -583,10 +582,6 @@ static inline int cpufreq_boost_trigger_state(int state)
|
|
{
|
|
{
|
|
return 0;
|
|
return 0;
|
|
}
|
|
}
|
|
-static inline int cpufreq_boost_supported(void)
|
|
|
|
-{
|
|
|
|
- return 0;
|
|
|
|
-}
|
|
|
|
static inline int cpufreq_boost_enabled(void)
|
|
static inline int cpufreq_boost_enabled(void)
|
|
{
|
|
{
|
|
return 0;
|
|
return 0;
|