i2c: Add IDs to adapters
[deliverable/linux.git] / drivers / i2c / busses / i2c-piix4.c
index 07546c2b2404ed6cfae9bb05ac8d72d6a9d0737a..03d0aeea0189baadf42de61c5fecc44cb5de9087 100644 (file)
@@ -384,6 +384,7 @@ static const struct i2c_algorithm smbus_algorithm = {
 
 static struct i2c_adapter piix4_adapter = {
        .owner          = THIS_MODULE,
+       .id             = I2C_HW_SMBUS_PIIX4,
        .class          = I2C_CLASS_HWMON,
        .algo           = &smbus_algorithm,
 };
This page took 0.037414 seconds and 5 git commands to generate.