aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/tda9840.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/tda9840.c')
-rw-r--r--drivers/media/video/tda9840.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/tda9840.c b/drivers/media/video/tda9840.c
index 1794686612c6..f29fb507075d 100644
--- a/drivers/media/video/tda9840.c
+++ b/drivers/media/video/tda9840.c
@@ -224,7 +224,6 @@ static struct i2c_driver driver = {
224 .owner = THIS_MODULE, 224 .owner = THIS_MODULE,
225 .name = "tda9840", 225 .name = "tda9840",
226 .id = I2C_DRIVERID_TDA9840, 226 .id = I2C_DRIVERID_TDA9840,
227 .flags = I2C_DF_NOTIFY,
228 .attach_adapter = attach, 227 .attach_adapter = attach,
229 .detach_client = detach, 228 .detach_client = detach,
230 .command = command, 229 .command = command,