diff options
Diffstat (limited to 'drivers/devfreq/governor_performance.c')
| -rw-r--r-- | drivers/devfreq/governor_performance.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/devfreq/governor_performance.c b/drivers/devfreq/governor_performance.c index bc7da1e421ce..af2edc2bf480 100644 --- a/drivers/devfreq/governor_performance.c +++ b/drivers/devfreq/governor_performance.c @@ -14,7 +14,8 @@ #include "governor.h" static int devfreq_performance_func(struct devfreq *df, - unsigned long *freq) + unsigned long *freq, + u32 *flag) { /* * target callback should be able to get floor value as |
