From: hongbo.zhang Date: Tue, 30 Oct 2012 16:48:59 +0000 (+0100) Subject: Thermal: Remove the cooling_cpufreq_list. X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~60^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=160b7d8048b87cb594e1a22b5345b468b6c2c40e;p=pandora-kernel.git Thermal: Remove the cooling_cpufreq_list. Problem of using this list is that the cpufreq_get_max_state callback will be called when register cooling device by thermal_cooling_device_register, but this list isn't ready at this moment. What's more, there is no need to maintain such a list, we can get cpufreq_cooling_device instance by the private thermal_cooling_device.devdata. Signed-off-by: hongbo.zhang Reviewed-by: Francesco Lavra Reviewed-by: Amit Daniel Kachhap Signed-off-by: Zhang Rui --- Reading git-diff-tree failed