commit | 449278d9244277cbcaf04e0d2bb8b54797c3d5cd | [log] [tgz] |
---|---|---|
author | Julia Lawall <Julia.Lawall@lip6.fr> | Mon Jan 04 17:36:01 2016 +0100 |
committer | Guenter Roeck <linux@roeck-us.net> | Mon Jan 04 08:56:22 2016 -0800 |
tree | 25586a3f2714b7042fde35264856c93b8950ca5b | |
parent | c60fdf8587aef7d8907472242227735f1d5117b8 [diff] |
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>