Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/kernel...
[platform/kernel/linux-starfive.git] / include / linux / cpufreq.h
index acd3ee5..ff88bb3 100644 (file)
@@ -369,9 +369,6 @@ struct cpufreq_driver {
        int             (*suspend)(struct cpufreq_policy *policy);
        int             (*resume)(struct cpufreq_policy *policy);
 
-       /* Will be called after the driver is fully initialized */
-       void            (*ready)(struct cpufreq_policy *policy);
-
        struct freq_attr **attr;
 
        /* platform specific boost support code */