[PATCH] i2c: Drop i2c_driver.flags, 2 of 3
[deliverable/linux.git] / drivers / media / video / tveeprom.c
index 5ac235365dd810b2a59f42e74b302685c546f22d..195bc51d4576c713d98d5bdada7ffd3a5c0a127d 100644 (file)
@@ -782,7 +782,6 @@ static struct i2c_driver i2c_driver_tveeprom = {
        .owner          = THIS_MODULE,
        .name           = "tveeprom",
        .id             = I2C_DRIVERID_TVEEPROM,
-       .flags          = I2C_DF_NOTIFY,
        .attach_adapter = tveeprom_attach_adapter,
        .detach_client  = tveeprom_detach_client,
        .command        = tveeprom_command,
This page took 0.028372 seconds and 5 git commands to generate.