diff options
Diffstat (limited to 'drivers/i2c/busses/i2c-viapro.c')
-rw-r--r-- | drivers/i2c/busses/i2c-viapro.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/i2c-viapro.c b/drivers/i2c/busses/i2c-viapro.c index c611905df009..7957ce515891 100644 --- a/drivers/i2c/busses/i2c-viapro.c +++ b/drivers/i2c/busses/i2c-viapro.c | |||
@@ -311,7 +311,7 @@ static const struct i2c_algorithm smbus_algorithm = { | |||
311 | static struct i2c_adapter vt596_adapter = { | 311 | static struct i2c_adapter vt596_adapter = { |
312 | .owner = THIS_MODULE, | 312 | .owner = THIS_MODULE, |
313 | .id = I2C_HW_SMBUS_VIA2, | 313 | .id = I2C_HW_SMBUS_VIA2, |
314 | .class = I2C_CLASS_HWMON, | 314 | .class = I2C_CLASS_HWMON | I2C_CLASS_SPD, |
315 | .algo = &smbus_algorithm, | 315 | .algo = &smbus_algorithm, |
316 | }; | 316 | }; |
317 | 317 | ||