[PATCH] i2c: Drop i2c_driver.flags, 2 of 3
[safe/jmp/linux-2.6] / drivers / macintosh / therm_adt746x.c
index f386966..f62c16f 100644 (file)
@@ -173,7 +173,6 @@ detach_thermostat(struct i2c_adapter *adapter)
 static struct i2c_driver thermostat_driver = {  
        .owner          = THIS_MODULE,
        .name           = "therm_adt746x",
-       .flags          = I2C_DF_NOTIFY,
        .attach_adapter = attach_thermostat,
        .detach_adapter = detach_thermostat,
 };