diff options
Diffstat (limited to 'drivers/media/video/tda9887.c')
-rw-r--r-- | drivers/media/video/tda9887.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/tda9887.c b/drivers/media/video/tda9887.c index 2f2414e90e8b..049b44e0767b 100644 --- a/drivers/media/video/tda9887.c +++ b/drivers/media/video/tda9887.c | |||
@@ -822,7 +822,6 @@ static struct i2c_driver driver = { | |||
822 | .owner = THIS_MODULE, | 822 | .owner = THIS_MODULE, |
823 | .name = "i2c tda9887 driver", | 823 | .name = "i2c tda9887 driver", |
824 | .id = -1, /* FIXME */ | 824 | .id = -1, /* FIXME */ |
825 | .flags = I2C_DF_NOTIFY, | ||
826 | .attach_adapter = tda9887_probe, | 825 | .attach_adapter = tda9887_probe, |
827 | .detach_client = tda9887_detach, | 826 | .detach_client = tda9887_detach, |
828 | .command = tda9887_command, | 827 | .command = tda9887_command, |