diff options
Diffstat (limited to 'drivers/i2c/busses/i2c-viapro.c')
-rw-r--r-- | drivers/i2c/busses/i2c-viapro.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/i2c/busses/i2c-viapro.c b/drivers/i2c/busses/i2c-viapro.c index efc6bbf0cc0a..43a081f16553 100644 --- a/drivers/i2c/busses/i2c-viapro.c +++ b/drivers/i2c/busses/i2c-viapro.c | |||
@@ -306,6 +306,7 @@ static const struct i2c_algorithm smbus_algorithm = { | |||
306 | 306 | ||
307 | static struct i2c_adapter vt596_adapter = { | 307 | static struct i2c_adapter vt596_adapter = { |
308 | .owner = THIS_MODULE, | 308 | .owner = THIS_MODULE, |
309 | .id = I2C_HW_SMBUS_VIA2, | ||
309 | .class = I2C_CLASS_HWMON, | 310 | .class = I2C_CLASS_HWMON, |
310 | .algo = &smbus_algorithm, | 311 | .algo = &smbus_algorithm, |
311 | }; | 312 | }; |