cpufreq: remove CPUFREQ_UPDATE_POLICY_CPU notifications
[firefly-linux-kernel-4.4.55.git] / include / linux / cpufreq.h
index 7e1a389b4e922fb0429ad126eaee9eb79c30fc84..2ee4888c1f47f6cbdcc0c7d49e48cc74f7729e05 100644 (file)
@@ -368,9 +368,8 @@ static inline void cpufreq_resume(void) {}
 #define CPUFREQ_INCOMPATIBLE           (1)
 #define CPUFREQ_NOTIFY                 (2)
 #define CPUFREQ_START                  (3)
-#define CPUFREQ_UPDATE_POLICY_CPU      (4)
-#define CPUFREQ_CREATE_POLICY          (5)
-#define CPUFREQ_REMOVE_POLICY          (6)
+#define CPUFREQ_CREATE_POLICY          (4)
+#define CPUFREQ_REMOVE_POLICY          (5)
 
 #ifdef CONFIG_CPU_FREQ
 int cpufreq_register_notifier(struct notifier_block *nb, unsigned int list);