i2c: Add IDs to adapters
[deliverable/linux.git] / drivers / i2c / busses / i2c-viapro.c
index efc6bbf0cc0a49818b569208f92f92062acefaf2..43a081f16553f1ba80c885a872d98adca7656bd9 100644 (file)
@@ -306,6 +306,7 @@ static const struct i2c_algorithm smbus_algorithm = {
 
 static struct i2c_adapter vt596_adapter = {
        .owner          = THIS_MODULE,
+       .id             = I2C_HW_SMBUS_VIA2,
        .class          = I2C_CLASS_HWMON,
        .algo           = &smbus_algorithm,
 };
This page took 0.027963 seconds and 5 git commands to generate.