commit | c1027f0fbd55892f6461ac0c4cd7adc42d46d03c | [log] [tgz] |
---|---|---|
author | Saravana Kannan <skannan@codeaurora.org> | Thu Sep 12 18:49:09 2013 -0700 |
committer | Vikram Mulukutla <markivx@codeaurora.org> | Fri Nov 15 16:27:39 2013 -0800 |
tree | e6a3b65303e789c579acfd4a18c17d39d67b7a97 | |
parent | d8b1e1eccc988e72f2655ae54139afeb8a136e75 [diff] |
msm: cpufreq: Remove unused msm_cpufreq_set_freq_limits() API The msm_cpufreq_set_freq_limits() is a mach specific way to set CPU freq limits. The thermal code no longer uses this API and instead uses the standard INCOMPATIBLE notifiers provided by the common CPUfreq framework. Since this API is no longer needed, delete it. Change-Id: I5c07b17195d4e4b75cdd4d82f8e7cb6cb6f3e199 Signed-off-by: Saravana Kannan <skannan@codeaurora.org>