i2c: Add IDs to adapters
[powerpc.git] / drivers / i2c / busses / i2c-viapro.c
index efc6bbf..43a081f 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,
 };