thermal: cpu_cooling: get_property() doesn't need to support GET_MAXL anymore
authorViresh Kumar <viresh.kumar@linaro.org>
Thu, 4 Dec 2014 04:12:03 +0000 (09:42 +0530)
committerEduardo Valentin <edubezval@gmail.com>
Mon, 8 Dec 2014 18:08:05 +0000 (14:08 -0400)
commit97afa4aafb821eca197f678b6552488c46f8c48e
tree626891cf81081d2e6b823a44f630598d338c7cac
parentdcc6c7fdef9e705b1300be22213fb23e3fd1994d
thermal: cpu_cooling: get_property() doesn't need to support GET_MAXL anymore

We don't use get_property() to find max levels anymore as it is done at boot
now. So, don't support GET_MAXL in get_property().

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
drivers/thermal/cpu_cooling.c