thermal: armada: constify thermal_zone_of_device_ops structure
authorJulia Lawall <Julia.Lawall@lip6.fr>
Tue, 30 Oct 2018 15:14:59 +0000 (16:14 +0100)
committerEduardo Valentin <edubezval@gmail.com>
Wed, 5 Dec 2018 14:47:02 +0000 (06:47 -0800)
commit13cfb713c8c2035c058af3233c3432165c97ceeb
treeb519a9d9c7eb93d4bc57f5b7d185080cfc4d31a2
parent6085c13351ebab4a427215082d11e2f02bd3fb46
thermal: armada: constify thermal_zone_of_device_ops structure

The thermal_zone_of_device_ops structure can be const as it is only
passed as the last argument of devm_thermal_zone_of_sensor_register
and the corresponding parameter is declared as const.

Done with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Reviewed-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
drivers/thermal/armada_thermal.c