Commit 8f23d1f1 authored by Lee Jones's avatar Lee Jones Committed by Rafael J. Wysocki

cpufreq: intel_pstate: Supply struct attribute description for get_aperf_mperf_shift()

Fixes the following W=1 kernel build warning(s):

 drivers/cpufreq/intel_pstate.c:293: warning: Function parameter or member 'get_aperf_mperf_shift' not described in 'pstate_funcs'
Suggested-by: default avatar"Rafael J. Wysocki" <rafael@kernel.org>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
Acked-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
[ rjw: Remove line break ]
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 30981749
......@@ -275,6 +275,7 @@ static struct cpudata **all_cpu_data;
* @get_min: Callback to get minimum P state
* @get_turbo: Callback to get turbo P state
* @get_scaling: Callback to get frequency scaling factor
* @get_aperf_mperf_shift: Callback to get the APERF vs MPERF frequency difference
* @get_val: Callback to convert P state to actual MSR write value
* @get_vid: Callback to get VID data for Atom platforms
*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment