From: Viresh Kumar Date: Sat, 18 Jul 2015 06:01:00 +0000 (+0530) Subject: cpufreq: governor: split out common part of {cs|od}_dbs_timer() X-Git-Tag: omap-for-v4.3/fixes-rc1~121^2~4^2~31^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43e0ee361e96229959c2ce1eda1ad9d6b3c191b2;p=pandora-kernel.git cpufreq: governor: split out common part of {cs|od}_dbs_timer() Some part of cs_dbs_timer() and od_dbs_timer() is exactly same and is unnecessarily duplicated. Create the real work-handler in cpufreq_governor.c and put the common code in this routine (dbs_timer()). Shouldn't make any functional change. Reviewed-and-tested-by: Preeti U Murthy Signed-off-by: Viresh Kumar Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed