aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/chips/pcf8575.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/i2c/chips/pcf8575.c')
-rw-r--r--drivers/i2c/chips/pcf8575.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/chips/pcf8575.c b/drivers/i2c/chips/pcf8575.c
index db3c87726978..3ea08ac0bfa3 100644
--- a/drivers/i2c/chips/pcf8575.c
+++ b/drivers/i2c/chips/pcf8575.c
@@ -33,7 +33,7 @@
33#include <linux/sysfs.h> /* sysfs_create_group() */ 33#include <linux/sysfs.h> /* sysfs_create_group() */
34 34
35/* Addresses to scan */ 35/* Addresses to scan */
36static unsigned short normal_i2c[] = { 36static const unsigned short normal_i2c[] = {
37 0x20, 0x21, 0x22, 0x23, 0x24, 0x25, 0x26, 0x27, 37 0x20, 0x21, 0x22, 0x23, 0x24, 0x25, 0x26, 0x27,
38 I2C_CLIENT_END 38 I2C_CLIENT_END
39}; 39};