]> git.baikalelectronics.ru Git - kernel.git/commit
hwmon: (coretemp) constify static data
authorJan Beulich <JBeulich@suse.com>
Fri, 23 Sep 2011 10:36:53 +0000 (06:36 -0400)
committerGuenter Roeck <guenter.roeck@ericsson.com>
Fri, 23 Sep 2011 17:39:10 +0000 (10:39 -0700)
commitb411414ca9829d6505f8062ca5cd45ee504fe9da
tree9abd8ce2275aa5f2e6be75634df3d49f9f7b5bf5
parentfc9095ba9009c32f71bebbee8518cde494f15723
hwmon: (coretemp) constify static data

These arrays won't ever be written to, so protect them from
unintentional modification.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
drivers/hwmon/coretemp.c