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)
commit521a2e5831704efef8aa826d6b22abef55650d59
tree96eb8217bd2d11cfeb1e03398b5bac55ab31d121
parent5194fe469927e50367b35e556812c7fc6ce130d1
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>
drivers/thermal/cpu_cooling.c