aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-i801.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/i2c/busses/i2c-i801.c')
-rw-r--r--drivers/i2c/busses/i2c-i801.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/i2c-i801.c b/drivers/i2c/busses/i2c-i801.c
index 213119211e58..9717ffe12921 100644
--- a/drivers/i2c/busses/i2c-i801.c
+++ b/drivers/i2c/busses/i2c-i801.c
@@ -573,7 +573,7 @@ static const struct i2c_algorithm smbus_algorithm = {
573static struct i2c_adapter i801_adapter = { 573static struct i2c_adapter i801_adapter = {
574 .owner = THIS_MODULE, 574 .owner = THIS_MODULE,
575 .id = I2C_HW_SMBUS_I801, 575 .id = I2C_HW_SMBUS_I801,
576 .class = I2C_CLASS_HWMON, 576 .class = I2C_CLASS_HWMON | I2C_CLASS_SPD,
577 .algo = &smbus_algorithm, 577 .algo = &smbus_algorithm,
578}; 578};
579 579