hwmon: (nct6775) Constify strings
authorGuenter Roeck <linux@roeck-us.net>
Sun, 21 Apr 2013 16:08:11 +0000 (09:08 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Sun, 21 Apr 2013 16:42:45 +0000 (09:42 -0700)
commit6d4b3621bb613da51ae7474c50f5cb37465b6f37
tree4a49e0705587c688186704aa4617bd5f24314cb5
parent29dd3b64b9edba3dd3dc8bb4d589869a4597a710
hwmon: (nct6775) Constify strings

nct6775_sio_names should be a constant pointer to an array of
constant strings.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/nct6775.c