hwmon: (nct6683,nct6775) constify sensor_template_group structures
authorJulia Lawall <Julia.Lawall@lip6.fr>
Sat, 12 Dec 2015 16:36:39 +0000 (17:36 +0100)
committerGuenter Roeck <linux@roeck-us.net>
Fri, 18 Dec 2015 16:20:59 +0000 (08:20 -0800)
commitc60fdf8587aef7d8907472242227735f1d5117b8
treed637b98cbcc50d02b93a25281360de4bc3ae1c42
parent96818b5842fe8fc38aec74abcb3f8eb4da439bc7
hwmon: (nct6683,nct6775) constify sensor_template_group structures

The sensor_template_group 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/nct6683.c
drivers/hwmon/nct6775.c
This page took 0.025033 seconds and 5 git commands to generate.