mm: introduce Data Access MONitor (DAMON)
[linux-2.6-microblaze.git] / include / linux / cpufreq.h
index 353969c..9fd7194 100644 (file)
@@ -330,15 +330,6 @@ struct cpufreq_driver {
                                       unsigned long target_perf,
                                       unsigned long capacity);
 
-       /*
-        * Caches and returns the lowest driver-supported frequency greater than
-        * or equal to the target frequency, subject to any driver limitations.
-        * Does not set the frequency. Only to be implemented for drivers with
-        * target().
-        */
-       unsigned int    (*resolve_freq)(struct cpufreq_policy *policy,
-                                       unsigned int target_freq);
-
        /*
         * Only for drivers with target_index() and CPUFREQ_ASYNC_NOTIFICATION
         * unset.
@@ -371,7 +362,6 @@ struct cpufreq_driver {
        int             (*online)(struct cpufreq_policy *policy);
        int             (*offline)(struct cpufreq_policy *policy);
        int             (*exit)(struct cpufreq_policy *policy);
-       void            (*stop_cpu)(struct cpufreq_policy *policy);
        int             (*suspend)(struct cpufreq_policy *policy);
        int             (*resume)(struct cpufreq_policy *policy);