thermal: cpu_cooling: remove unnecessary wrapper get_cpu_frequency()
authorViresh Kumar <viresh.kumar@linaro.org>
Thu, 4 Dec 2014 04:12:01 +0000 (09:42 +0530)
committerEduardo Valentin <edubezval@gmail.com>
Mon, 8 Dec 2014 18:05:53 +0000 (14:05 -0400)
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>

No differences found