]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
thermal: remove const flag from .ops of imx thermal
authorEduardo Valentin <eduardo.valentin@ti.com>
Mon, 6 Jan 2014 12:54:34 +0000 (08:54 -0400)
committerZhang Rui <rui.zhang@intel.com>
Mon, 6 Jan 2014 14:48:03 +0000 (22:48 +0800)
commitcbb07bb35de6ebaeea27f64860bc6277a13d5b41
treebeceaa23733b178de037a67165be16bc631f7a35
parent800744bf31df54b0cd4d1104ccfa426d3f578f0e
thermal: remove const flag from .ops of imx thermal

As per previous changes on thermal framework API,
registering a new thermal zone does not require
a const thermal zone ops.

Thus, this patch removes the flag from imx thermal zone ops.

Cc: Zhang Rui <rui.zhang@intel.com>
Cc: Grant Likely <grant.likely@linaro.org>
Cc: Rob Herring <rob.herring@calxeda.com>
Cc: linux-pm@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Cc: devicetree@vger.kernel.org
Signed-off-by: Eduardo Valentin <eduardo.valentin@ti.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
drivers/thermal/imx_thermal.c