diff options
Diffstat (limited to 'drivers/i2c/busses/i2c-i801.c')
-rw-r--r-- | drivers/i2c/busses/i2c-i801.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/i2c-i801.c b/drivers/i2c/busses/i2c-i801.c index 7be1d0a3e8f8..bbb2fbee836f 100644 --- a/drivers/i2c/busses/i2c-i801.c +++ b/drivers/i2c/busses/i2c-i801.c | |||
@@ -434,7 +434,7 @@ static u32 i801_func(struct i2c_adapter *adapter) | |||
434 | | (isich4 ? I2C_FUNC_SMBUS_HWPEC_CALC : 0); | 434 | | (isich4 ? I2C_FUNC_SMBUS_HWPEC_CALC : 0); |
435 | } | 435 | } |
436 | 436 | ||
437 | static struct i2c_algorithm smbus_algorithm = { | 437 | static const struct i2c_algorithm smbus_algorithm = { |
438 | .smbus_xfer = i801_access, | 438 | .smbus_xfer = i801_access, |
439 | .functionality = i801_func, | 439 | .functionality = i801_func, |
440 | }; | 440 | }; |