diff options
Diffstat (limited to 'drivers/media/video/tea6415c.c')
-rw-r--r-- | drivers/media/video/tea6415c.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/tea6415c.c b/drivers/media/video/tea6415c.c index ee3688348b66..96d88ce60c98 100644 --- a/drivers/media/video/tea6415c.c +++ b/drivers/media/video/tea6415c.c | |||
@@ -193,7 +193,6 @@ static struct i2c_driver driver = { | |||
193 | .owner = THIS_MODULE, | 193 | .owner = THIS_MODULE, |
194 | .name = "tea6415c", | 194 | .name = "tea6415c", |
195 | .id = I2C_DRIVERID_TEA6415C, | 195 | .id = I2C_DRIVERID_TEA6415C, |
196 | .flags = I2C_DF_NOTIFY, | ||
197 | .attach_adapter = attach, | 196 | .attach_adapter = attach, |
198 | .detach_client = detach, | 197 | .detach_client = detach, |
199 | .command = command, | 198 | .command = command, |