diff options
Diffstat (limited to 'drivers/i2c/busses/i2c-ali15x3.c')
-rw-r--r-- | drivers/i2c/busses/i2c-ali15x3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/i2c-ali15x3.c b/drivers/i2c/busses/i2c-ali15x3.c index 7b029b147a8e..e922c3950fcd 100644 --- a/drivers/i2c/busses/i2c-ali15x3.c +++ b/drivers/i2c/busses/i2c-ali15x3.c | |||
@@ -471,7 +471,7 @@ static const struct i2c_algorithm smbus_algorithm = { | |||
471 | static struct i2c_adapter ali15x3_adapter = { | 471 | static struct i2c_adapter ali15x3_adapter = { |
472 | .owner = THIS_MODULE, | 472 | .owner = THIS_MODULE, |
473 | .id = I2C_HW_SMBUS_ALI15X3, | 473 | .id = I2C_HW_SMBUS_ALI15X3, |
474 | .class = I2C_CLASS_HWMON, | 474 | .class = I2C_CLASS_HWMON | I2C_CLASS_SPD, |
475 | .algo = &smbus_algorithm, | 475 | .algo = &smbus_algorithm, |
476 | }; | 476 | }; |
477 | 477 | ||