commit | 72a4ce340a7ebf39e1c6fdc8f5feb4f974d6c635 | [log] [tgz] |
---|---|---|
author | Viresh Kumar <viresh.kumar@linaro.org> | Fri May 17 11:26:32 2013 +0000 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Mon May 27 13:20:56 2013 +0200 |
tree | d7f8215bb0b0c6eb064c69e3957b0dd72ec490e4 | |
parent | 944e9a0316e60bc5bc122e46c1fde36e5f6e9f56 [diff] |
cpufreq: Move get_cpu_idle_time() to cpufreq.c 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>