cpufreq: ia64-acpi: Use generic cpufreq routines
commit59b2413bfe51925858148a9d86ffe6b5bbf68a1a
authorViresh Kumar <viresh.kumar@linaro.org>
Thu, 3 Oct 2013 14:58:07 +0000 (3 20:28 +0530)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 15 Oct 2013 22:50:25 +0000 (16 00:50 +0200)
tree4628fb8358c042704b86d2b2903ba1a61befad76
parenteea6181ed2904f379497918a032588f5e74566e4
cpufreq: ia64-acpi: Use generic cpufreq routines

Most of the CPUFreq drivers do similar things in .exit() and .verify() routines
and .attr. So its better if we have generic routines for them which can be used
by cpufreq drivers then.

This patch uses these generic routines in the ia64-acpi driver.

Cc: Tony Luck <tony.luck@intel.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/ia64-acpi-cpufreq.c