From: viresh kumar Date: Mon, 22 Oct 2012 23:28:05 +0000 (+0200) Subject: cpufreq: Move common part from governors to separate file, v2 X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~88^2~12^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2aacdfff9c6958723aa5076003247933cefc32ea;p=pandora-kernel.git cpufreq: Move common part from governors to separate file, v2 Multiple cpufreq governers have defined similar get_cpu_idle_time_***() routines. These routines must be moved to some common place, so that all governors can use them. So moving them to cpufreq_governor.c, which seems to be a better place for keeping these routines. Signed-off-by: Viresh Kumar Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed