hwmon: (ibmaem) constify aem_rw_sensor_template and aem_ro_sensor_template structures
authorJulia Lawall <Julia.Lawall@lip6.fr>
Mon, 4 Jan 2016 16:36:01 +0000 (17:36 +0100)
committerGuenter Roeck <linux@roeck-us.net>
Mon, 4 Jan 2016 16:56:22 +0000 (08:56 -0800)
commit449278d9244277cbcaf04e0d2bb8b54797c3d5cd
tree25586a3f2714b7042fde35264856c93b8950ca5b
parentc60fdf8587aef7d8907472242227735f1d5117b8
hwmon: (ibmaem) constify aem_rw_sensor_template and aem_ro_sensor_template structures

The aem_rw_sensor_template and aem_ro_sensor_template structures are never
modified, so declare them as const.

Done with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/ibmaem.c
This page took 0.025375 seconds and 5 git commands to generate.