diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2013-04-04 14:54:22 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-04-10 13:19:25 +0200 |
commit | 7258267e56325d41f468eb650b6c23f697201645 (patch) | |
tree | 6fc0d8924cd897ff1c51c989d3479e5a38bacfc5 /drivers/cpufreq/sh-cpufreq.c | |
parent | cpufreq: mips: move cpufreq driver to drivers/cpufreq (diff) | |
download | linux-7258267e56325d41f468eb650b6c23f697201645.tar.xz linux-7258267e56325d41f468eb650b6c23f697201645.zip |
cpufreq: sh: move cpufreq driver to drivers/cpufreq
This patch moves cpufreq driver of SUPERH architecture to drivers/cpufreq.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Acked-by: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to '')
-rw-r--r-- | drivers/cpufreq/sh-cpufreq.c (renamed from arch/sh/kernel/cpufreq.c) | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sh/kernel/cpufreq.c b/drivers/cpufreq/sh-cpufreq.c index 88c8feedf785..73adb64651e8 100644 --- a/arch/sh/kernel/cpufreq.c +++ b/drivers/cpufreq/sh-cpufreq.c @@ -1,6 +1,4 @@ /* - * arch/sh/kernel/cpufreq.c - * * cpufreq driver for the SuperH processors. * * Copyright (C) 2002 - 2012 Paul Mundt |