Merge tag 'acpi-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael...
[linux-2.6-microblaze.git] / include / linux / cpufreq.h
index 2e2267a..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.