cpufreq: change '.set_boost' to act on one policy
[linux-2.6-microblaze.git] / include / linux / cpufreq.h
index 67d5950..3494f67 100644 (file)
@@ -367,7 +367,7 @@ struct cpufreq_driver {
 
        /* platform specific boost support code */
        bool            boost_enabled;
-       int             (*set_boost)(int state);
+       int             (*set_boost)(struct cpufreq_policy *policy, int state);
 };
 
 /* flags */