From: Zhang Rui Date: Tue, 26 Mar 2013 08:38:29 +0000 (+0800) Subject: Thermal: build thermal governors into thermal_sys module X-Git-Tag: v3.10-rc1~42^2~10^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80a26a5c22b90a82b8696cb72c1d09d525ada53e;p=pandora-kernel.git Thermal: build thermal governors into thermal_sys module The thermal governors are part of the thermal framework, rather than a seperate feature/module. Because the generic thermal layer can not work without thermal governors, and it must load the thermal governors during its initialization. Build them into one module in this patch. This also fix a problem that the generic thermal layer does not work when CONFIG_THERMAL=m and CONFIG_THERMAL_GOV_XXX=y. Signed-off-by: Zhang Rui Acked-by: Eduardo Valentin Acked-by: Durgadoss R --- Reading git-diff-tree failed