diff options
Diffstat (limited to 'drivers/i2c/busses/i2c-sis5595.c')
-rw-r--r-- | drivers/i2c/busses/i2c-sis5595.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/i2c-sis5595.c b/drivers/i2c/busses/i2c-sis5595.c index b57ab74d23ec..38bbfd840b6b 100644 --- a/drivers/i2c/busses/i2c-sis5595.c +++ b/drivers/i2c/busses/i2c-sis5595.c | |||
@@ -358,7 +358,7 @@ static u32 sis5595_func(struct i2c_adapter *adapter) | |||
358 | I2C_FUNC_SMBUS_PROC_CALL; | 358 | I2C_FUNC_SMBUS_PROC_CALL; |
359 | } | 359 | } |
360 | 360 | ||
361 | static struct i2c_algorithm smbus_algorithm = { | 361 | static const struct i2c_algorithm smbus_algorithm = { |
362 | .smbus_xfer = sis5595_access, | 362 | .smbus_xfer = sis5595_access, |
363 | .functionality = sis5595_func, | 363 | .functionality = sis5595_func, |
364 | }; | 364 | }; |