diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2016-03-24 00:21:57 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2016-04-04 21:40:44 -0400 |
commit | b318556479cc923970a79d6c2311138581c0db83 (patch) | |
tree | ffc9ea295c3e1cec144b0361f32e120e6bc1d9c5 | |
parent | 13ad7701f9d0ab7806eb91f1fe1ca43d41b31fa2 (diff) |
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 @@ | |||
4 | * Copyright (C) 2014 Linaro. | 4 | * Copyright (C) 2014 Linaro. |
5 | * Viresh Kumar <viresh.kumar@linaro.org> | 5 | * Viresh Kumar <viresh.kumar@linaro.org> |
6 | * | 6 | * |
7 | * The OPP code in function set_target() is reused from | ||
8 | * drivers/cpufreq/omap-cpufreq.c | ||
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify | 7 | * This program is free software; you can redistribute it and/or modify |
11 | * it under the terms of the GNU General Public License version 2 as | 8 | * it under the terms of the GNU General Public License version 2 as |
12 | * published by the Free Software Foundation. | 9 | * published by the Free Software Foundation. |