1
0
Fork 0

hwmon: (max1668) Make max1668_addr_list array const

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
wifi-calibration
Axel Lin 2014-07-18 16:02:38 +08:00 committed by Guenter Roeck
parent 7edc8cc19f
commit 28681d71e1
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
#include <linux/mutex.h>
/* Addresses to scan */
static unsigned short max1668_addr_list[] = {
static const unsigned short max1668_addr_list[] = {
0x18, 0x19, 0x1a, 0x29, 0x2a, 0x2b, 0x4c, 0x4d, 0x4e, I2C_CLIENT_END };
/* max1668 registers */