]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/cpufreq.h
lz4: fix wrong compress buffer size for 64-bits
[karo-tx-linux.git] / include / linux / cpufreq.h
index 177c7680c1a8a81bcc942497ee228c148fbf5a0b..88a4215125bce6be0ac47ef1fda2948eead30c27 100644 (file)
@@ -278,7 +278,6 @@ struct cpufreq_driver {
        struct freq_attr **attr;
 
        /* platform specific boost support code */
-       bool            boost_supported;
        bool            boost_enabled;
        int             (*set_boost)(int state);
 };
@@ -574,7 +573,6 @@ ssize_t cpufreq_show_cpus(const struct cpumask *mask, char *buf);
 
 #ifdef CONFIG_CPU_FREQ
 int cpufreq_boost_trigger_state(int state);
-int cpufreq_boost_supported(void);
 int cpufreq_boost_enabled(void);
 int cpufreq_enable_boost_support(void);
 bool policy_has_boost_freq(struct cpufreq_policy *policy);
@@ -583,10 +581,6 @@ static inline int cpufreq_boost_trigger_state(int state)
 {
        return 0;
 }
-static inline int cpufreq_boost_supported(void)
-{
-       return 0;
-}
 static inline int cpufreq_boost_enabled(void)
 {
        return 0;