commit | 76c5f66aa10720a377dfe8beebd39a0b2a938965 | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Thu Feb 18 02:24:32 2016 +0100 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Wed Mar 09 14:41:07 2016 +0100 |
tree | e82a5c4d0763f462310939db439d555a42c3467e | |
parent | 8434dadbb457813a127f56d9f0fb7d22035027b9 [diff] |
cpufreq: ondemand: Drop one more callback from struct od_ops The ->powersave_bias_init_cpu callback in struct od_ops is only used in one place and that invocation may be replaced with a direct call to the function pointed to by that callback, so change the code accordingly and drop the callback. Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Acked-by: Viresh Kumar <viresh.kumar@linaro.org>