diff options
Diffstat (limited to 'drivers/media/video/tea6420.c')
-rw-r--r-- | drivers/media/video/tea6420.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/tea6420.c b/drivers/media/video/tea6420.c index 17975c19da5..fd417de9584 100644 --- a/drivers/media/video/tea6420.c +++ b/drivers/media/video/tea6420.c | |||
@@ -170,7 +170,6 @@ static struct i2c_driver driver = { | |||
170 | .owner = THIS_MODULE, | 170 | .owner = THIS_MODULE, |
171 | .name = "tea6420", | 171 | .name = "tea6420", |
172 | .id = I2C_DRIVERID_TEA6420, | 172 | .id = I2C_DRIVERID_TEA6420, |
173 | .flags = I2C_DF_NOTIFY, | ||
174 | .attach_adapter = attach, | 173 | .attach_adapter = attach, |
175 | .detach_client = detach, | 174 | .detach_client = detach, |
176 | .command = command, | 175 | .command = command, |