cpufreq: remove redundant 'governor' field from user_policy
[firefly-linux-kernel-4.4.55.git] / include / linux / cpufreq.h
index bedcc90c0757f7c425ddba6e96142d980bc0d305..752bf8a5c3146b30bd27a3db31fc6d939b517fd4 100644 (file)
@@ -55,7 +55,6 @@ struct cpufreq_real_policy {
        unsigned int            min;    /* in kHz */
        unsigned int            max;    /* in kHz */
        unsigned int            policy; /* see above */
-       struct cpufreq_governor *governor; /* see below */
 };
 
 struct cpufreq_policy {