commit | 521a2e5831704efef8aa826d6b22abef55650d59 | [log] [tgz] |
---|---|---|
author | Viresh Kumar <viresh.kumar@linaro.org> | Thu Dec 04 09:42:01 2014 +0530 |
committer | Eduardo Valentin <edubezval@gmail.com> | Mon Dec 08 14:05:53 2014 -0400 |
tree | 96eb8217bd2d11cfeb1e03398b5bac55ab31d121 | |
parent | 5194fe469927e50367b35e556812c7fc6ce130d1 [diff] |
thermal: cpu_cooling: remove unnecessary wrapper get_cpu_frequency() get_cpu_frequency() isn't doing much by itself, just calling get_property(). And so this wrapper isn't required at all. Get rid of it. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Eduardo Valentin <edubezval@gmail.com>