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 7519fd1f57ef..bb9b7780c49f 100644 --- a/drivers/media/video/tea6415c.c +++ b/drivers/media/video/tea6415c.c | |||
@@ -191,7 +191,6 @@ MODULE_DEVICE_TABLE(i2c, tea6415c_id); | |||
191 | 191 | ||
192 | static struct v4l2_i2c_driver_data v4l2_i2c_data = { | 192 | static struct v4l2_i2c_driver_data v4l2_i2c_data = { |
193 | .name = "tea6415c", | 193 | .name = "tea6415c", |
194 | .driverid = I2C_DRIVERID_TEA6415C, | ||
195 | .command = tea6415c_command, | 194 | .command = tea6415c_command, |
196 | .probe = tea6415c_probe, | 195 | .probe = tea6415c_probe, |
197 | .remove = tea6415c_remove, | 196 | .remove = tea6415c_remove, |