cpufreq: Move get_cpu_idle_time() to cpufreq.c
authorViresh Kumar <viresh.kumar@linaro.org>
Fri, 17 May 2013 11:26:32 +0000 (11:26 +0000)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 27 May 2013 11:20:56 +0000 (13:20 +0200)
Governors other than ondemand and conservative can also use
get_cpu_idle_time() and they aren't required to compile
cpufreq_governor.c. So, move these independent routines to
cpufreq.c instead.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

No differences found