[PATCH] i2c: Drop i2c_driver.flags, 2 of 3
[deliverable/linux.git] / drivers / i2c / chips / x1205.c
index 7da366cdc18c5467cdf30514c1ec6a843c823b84..c5ff2cee15ae33f72e8614e1d999520a53b9f6f6 100644 (file)
@@ -107,7 +107,6 @@ static int x1205_command(struct i2c_client *client, unsigned int cmd,
 static struct i2c_driver x1205_driver = {
        .owner          = THIS_MODULE,
        .name           = "x1205",
-       .flags          = I2C_DF_NOTIFY,
        .attach_adapter = &x1205_attach,
        .detach_client  = &x1205_detach,
 };
This page took 0.031422 seconds and 5 git commands to generate.