From: Viresh Kumar Date: Fri, 2 Jan 2015 07:04:22 +0000 (+0530) Subject: cpufreq: remove dangling comment X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e673f1639bc565ce3509ed36bc3987c2af407cd2;p=linux-beck.git cpufreq: remove dangling comment It doesn't make any sense at all and is a leftover of some earlier commit. Remove it. Signed-off-by: Viresh Kumar Signed-off-by: Rafael J. Wysocki --- diff --git a/drivers/cpufreq/cpufreq.c b/drivers/cpufreq/cpufreq.c index dad7235971ba..a95cdc5aa3c5 100644 --- a/drivers/cpufreq/cpufreq.c +++ b/drivers/cpufreq/cpufreq.c @@ -2007,10 +2007,6 @@ int cpufreq_driver_target(struct cpufreq_policy *policy, } EXPORT_SYMBOL_GPL(cpufreq_driver_target); -/* - * when "event" is CPUFREQ_GOV_LIMITS - */ - static int __cpufreq_governor(struct cpufreq_policy *policy, unsigned int event) {