diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2016-03-24 05:21:57 +0100 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2016-04-05 03:40:44 +0200 |
commit | b318556479cc923970a79d6c2311138581c0db83 (patch) | |
tree | ffc9ea295c3e1cec144b0361f32e120e6bc1d9c5 | |
parent | cpufreq: intel_pstate: Documenation for structures (diff) | |
download | linux-b318556479cc923970a79d6c2311138581c0db83.tar.xz linux-b318556479cc923970a79d6c2311138581c0db83.zip |
cpufreq: dt: Drop stale comment
The comment in file header doesn't hold true anymore, drop it.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
-rw-r--r-- | drivers/cpufreq/cpufreq-dt.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/cpufreq/cpufreq-dt.c b/drivers/cpufreq/cpufreq-dt.c index f951f911786e..5f8dbe640a20 100644 --- a/drivers/cpufreq/cpufreq-dt.c +++ b/drivers/cpufreq/cpufreq-dt.c @@ -4,9 +4,6 @@ * Copyright (C) 2014 Linaro. * Viresh Kumar <viresh.kumar@linaro.org> * - * The OPP code in function set_target() is reused from - * drivers/cpufreq/omap-cpufreq.c - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. |