[PATCH] i2c: Rework client usage count, 2 of 3
[powerpc.git] / drivers / i2c / chips / tps65010.c
index 280dd7a..439bf6c 100644 (file)
@@ -639,7 +639,6 @@ static int __init tps65010_scan_bus(struct i2c_adapter *bus)
 static struct i2c_driver tps65010_driver = {
        .owner          = THIS_MODULE,
        .name           = "tps65010",
-       .flags          = I2C_DF_NOTIFY,
        .attach_adapter = tps65010_scan_bus,
        .detach_client  = __exit_p(tps65010_detach_client),
 };