Loading drivers/hwmon/ad7418.c +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ #define DRV_VERSION "0.3" /* Addresses to scan */ static unsigned short normal_i2c[] = { 0x28, I2C_CLIENT_END }; static const unsigned short normal_i2c[] = { 0x28, I2C_CLIENT_END }; /* Insmod parameters */ I2C_CLIENT_INSMOD_3(ad7416, ad7417, ad7418); Loading drivers/hwmon/adm1021.c +2 −4 Original line number Diff line number Diff line Loading @@ -31,10 +31,8 @@ /* Addresses to scan */ static unsigned short normal_i2c[] = { 0x18, 0x19, 0x1a, 0x29, 0x2a, 0x2b, 0x4c, 0x4d, 0x4e, I2C_CLIENT_END }; static const unsigned short normal_i2c[] = { 0x18, 0x19, 0x1a, 0x29, 0x2a, 0x2b, 0x4c, 0x4d, 0x4e, I2C_CLIENT_END }; /* Insmod parameters */ I2C_CLIENT_INSMOD_8(adm1021, adm1023, max1617, max1617a, thmc10, lm84, gl523sm, Loading drivers/hwmon/adm1025.c +1 −1 Original line number Diff line number Diff line Loading @@ -62,7 +62,7 @@ * NE1619 has two possible addresses: 0x2c and 0x2d. */ static unsigned short normal_i2c[] = { 0x2c, 0x2d, 0x2e, I2C_CLIENT_END }; static const unsigned short normal_i2c[] = { 0x2c, 0x2d, 0x2e, I2C_CLIENT_END }; /* * Insmod parameters Loading drivers/hwmon/adm1026.c +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ #include <linux/mutex.h> /* Addresses to scan */ static unsigned short normal_i2c[] = { 0x2c, 0x2d, 0x2e, I2C_CLIENT_END }; static const unsigned short normal_i2c[] = { 0x2c, 0x2d, 0x2e, I2C_CLIENT_END }; /* Insmod parameters */ I2C_CLIENT_INSMOD_1(adm1026); Loading drivers/hwmon/adm1029.c +2 −4 Original line number Diff line number Diff line Loading @@ -39,9 +39,7 @@ * Addresses to scan */ static unsigned short normal_i2c[] = { 0x28, 0x29, 0x2a, 0x2b, 0x2c, 0x2d, static const unsigned short normal_i2c[] = { 0x28, 0x29, 0x2a, 0x2b, 0x2c, 0x2d, 0x2e, 0x2f, I2C_CLIENT_END }; Loading Loading
drivers/hwmon/ad7418.c +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ #define DRV_VERSION "0.3" /* Addresses to scan */ static unsigned short normal_i2c[] = { 0x28, I2C_CLIENT_END }; static const unsigned short normal_i2c[] = { 0x28, I2C_CLIENT_END }; /* Insmod parameters */ I2C_CLIENT_INSMOD_3(ad7416, ad7417, ad7418); Loading
drivers/hwmon/adm1021.c +2 −4 Original line number Diff line number Diff line Loading @@ -31,10 +31,8 @@ /* Addresses to scan */ static unsigned short normal_i2c[] = { 0x18, 0x19, 0x1a, 0x29, 0x2a, 0x2b, 0x4c, 0x4d, 0x4e, I2C_CLIENT_END }; static const unsigned short normal_i2c[] = { 0x18, 0x19, 0x1a, 0x29, 0x2a, 0x2b, 0x4c, 0x4d, 0x4e, I2C_CLIENT_END }; /* Insmod parameters */ I2C_CLIENT_INSMOD_8(adm1021, adm1023, max1617, max1617a, thmc10, lm84, gl523sm, Loading
drivers/hwmon/adm1025.c +1 −1 Original line number Diff line number Diff line Loading @@ -62,7 +62,7 @@ * NE1619 has two possible addresses: 0x2c and 0x2d. */ static unsigned short normal_i2c[] = { 0x2c, 0x2d, 0x2e, I2C_CLIENT_END }; static const unsigned short normal_i2c[] = { 0x2c, 0x2d, 0x2e, I2C_CLIENT_END }; /* * Insmod parameters Loading
drivers/hwmon/adm1026.c +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ #include <linux/mutex.h> /* Addresses to scan */ static unsigned short normal_i2c[] = { 0x2c, 0x2d, 0x2e, I2C_CLIENT_END }; static const unsigned short normal_i2c[] = { 0x2c, 0x2d, 0x2e, I2C_CLIENT_END }; /* Insmod parameters */ I2C_CLIENT_INSMOD_1(adm1026); Loading
drivers/hwmon/adm1029.c +2 −4 Original line number Diff line number Diff line Loading @@ -39,9 +39,7 @@ * Addresses to scan */ static unsigned short normal_i2c[] = { 0x28, 0x29, 0x2a, 0x2b, 0x2c, 0x2d, static const unsigned short normal_i2c[] = { 0x28, 0x29, 0x2a, 0x2b, 0x2c, 0x2d, 0x2e, 0x2f, I2C_CLIENT_END }; Loading