i2c: Add IDs to adapters
[deliverable/linux.git] / drivers / i2c / busses / i2c-ali1535.c
index e75d339a3481e9dcd03acb7dda20d14ba73352ae..0b0a87b8d1079f2755a3bfd902d1cb6e4a130f53 100644 (file)
@@ -475,6 +475,7 @@ static const struct i2c_algorithm smbus_algorithm = {
 
 static struct i2c_adapter ali1535_adapter = {
        .owner          = THIS_MODULE,
+       .id             = I2C_HW_SMBUS_ALI1535,
        .class          = I2C_CLASS_HWMON,
        .algo           = &smbus_algorithm,
 };
This page took 0.025201 seconds and 5 git commands to generate.