i2c: Add IDs to adapters
[deliverable/linux.git] / drivers / i2c / busses / i2c-ali15x3.c
index 3f11b6e1a3418c5bc5dad86681b7eae67c429af7..c537441ac0383ca825ca60b15bfae9d8bcd08b47 100644 (file)
@@ -470,6 +470,7 @@ static const struct i2c_algorithm smbus_algorithm = {
 
 static struct i2c_adapter ali15x3_adapter = {
        .owner          = THIS_MODULE,
+       .id             = I2C_HW_SMBUS_ALI15X3,
        .class          = I2C_CLASS_HWMON,
        .algo           = &smbus_algorithm,
 };
This page took 0.027524 seconds and 5 git commands to generate.