diff options
Diffstat (limited to 'drivers/media/video/tda7432.c')
-rw-r--r-- | drivers/media/video/tda7432.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/tda7432.c b/drivers/media/video/tda7432.c index d32737dd214..239a58666a1 100644 --- a/drivers/media/video/tda7432.c +++ b/drivers/media/video/tda7432.c | |||
@@ -504,7 +504,6 @@ static struct i2c_driver driver = { | |||
504 | .owner = THIS_MODULE, | 504 | .owner = THIS_MODULE, |
505 | .name = "i2c tda7432 driver", | 505 | .name = "i2c tda7432 driver", |
506 | .id = I2C_DRIVERID_TDA7432, | 506 | .id = I2C_DRIVERID_TDA7432, |
507 | .flags = I2C_DF_NOTIFY, | ||
508 | .attach_adapter = tda7432_probe, | 507 | .attach_adapter = tda7432_probe, |
509 | .detach_client = tda7432_detach, | 508 | .detach_client = tda7432_detach, |
510 | .command = tda7432_command, | 509 | .command = tda7432_command, |