diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2013-04-04 14:54:20 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-04-10 13:19:25 +0200 |
commit | ab423e435f1eafdb9a071fe8a9942b2522d09d2d (patch) | |
tree | 43f5ccf512b0bdcec471c6f3713e7b0b1497492a /drivers/cpufreq/ia64-acpi-cpufreq.c | |
parent | cpufreq: cris: move cpufreq driver to drivers/cpufreq (diff) | |
download | linux-ab423e435f1eafdb9a071fe8a9942b2522d09d2d.tar.xz linux-ab423e435f1eafdb9a071fe8a9942b2522d09d2d.zip |
cpufreq: ia64: move cpufreq driver to drivers/cpufreq
This patch moves cpufreq driver of IA64 architecture to drivers/cpufreq.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Acked-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to '')
-rw-r--r-- | drivers/cpufreq/ia64-acpi-cpufreq.c (renamed from arch/ia64/kernel/cpufreq/acpi-cpufreq.c) | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/ia64/kernel/cpufreq/acpi-cpufreq.c b/drivers/cpufreq/ia64-acpi-cpufreq.c index 4700fef8d1fa..c0075dbaa633 100644 --- a/arch/ia64/kernel/cpufreq/acpi-cpufreq.c +++ b/drivers/cpufreq/ia64-acpi-cpufreq.c @@ -1,5 +1,4 @@ /* - * arch/ia64/kernel/cpufreq/acpi-cpufreq.c * This file provides the ACPI based P-state support. This * module works with generic cpufreq infrastructure. Most of * the code is based on i386 version |