hwmon: normal_i2c arrays should be const
Signed-off-by: Mark M. Hoffman <mhoffman@lightlink.com>
This commit is contained in:
@ -44,7 +44,8 @@
|
||||
* Addresses to scan. There are four disjoint possibilities, by pin config.
|
||||
*/
|
||||
|
||||
static unsigned short normal_i2c[] = {0x1b, 0x1f, 0x48, 0x4b, I2C_CLIENT_END};
|
||||
static const unsigned short normal_i2c[] = {0x1b, 0x1f, 0x48, 0x4b,
|
||||
I2C_CLIENT_END};
|
||||
|
||||
/*
|
||||
* Insmod parameters
|
||||
|
Reference in New Issue
Block a user