diff options
Diffstat (limited to 'drivers/i2c/busses/i2c-nforce2.c')
-rw-r--r-- | drivers/i2c/busses/i2c-nforce2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/i2c-nforce2.c b/drivers/i2c/busses/i2c-nforce2.c index 604b49e22df1..e0292e414ab2 100644 --- a/drivers/i2c/busses/i2c-nforce2.c +++ b/drivers/i2c/busses/i2c-nforce2.c | |||
@@ -109,7 +109,7 @@ static s32 nforce2_access(struct i2c_adapter *adap, u16 addr, | |||
109 | static u32 nforce2_func(struct i2c_adapter *adapter); | 109 | static u32 nforce2_func(struct i2c_adapter *adapter); |
110 | 110 | ||
111 | 111 | ||
112 | static struct i2c_algorithm smbus_algorithm = { | 112 | static const struct i2c_algorithm smbus_algorithm = { |
113 | .smbus_xfer = nforce2_access, | 113 | .smbus_xfer = nforce2_access, |
114 | .functionality = nforce2_func, | 114 | .functionality = nforce2_func, |
115 | }; | 115 | }; |