diff options
Diffstat (limited to 'drivers/i2c/busses/i2c-piix4.c')
-rw-r--r-- | drivers/i2c/busses/i2c-piix4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/i2c-piix4.c b/drivers/i2c/busses/i2c-piix4.c index 2bde47509e1a..85d69f3e624f 100644 --- a/drivers/i2c/busses/i2c-piix4.c +++ b/drivers/i2c/busses/i2c-piix4.c | |||
@@ -402,7 +402,7 @@ static const struct i2c_algorithm smbus_algorithm = { | |||
402 | static struct i2c_adapter piix4_adapter = { | 402 | static struct i2c_adapter piix4_adapter = { |
403 | .owner = THIS_MODULE, | 403 | .owner = THIS_MODULE, |
404 | .id = I2C_HW_SMBUS_PIIX4, | 404 | .id = I2C_HW_SMBUS_PIIX4, |
405 | .class = I2C_CLASS_HWMON, | 405 | .class = I2C_CLASS_HWMON | I2C_CLASS_SPD, |
406 | .algo = &smbus_algorithm, | 406 | .algo = &smbus_algorithm, |
407 | }; | 407 | }; |
408 | 408 | ||