diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2009-01-29 14:21:12 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 11:42:36 -0400 |
commit | e230b22b59bc07d906f1558a8951206ccab33824 (patch) | |
tree | bcdd91fe412c3601ef4cbe60e5f4f6b90627beea /drivers/media/video/saa5246a.c | |
parent | de6476f5f6ae9f792a8828782bdbc47372a021fb (diff) |
V4L/DVB (10409): v4l: remove unused I2C_DRIVERIDs.
I2C_DRIVERIDs are phased out. Remove those that are unused at the moment.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/saa5246a.c')
-rw-r--r-- | drivers/media/video/saa5246a.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/saa5246a.c b/drivers/media/video/saa5246a.c index e637e440b6d5..8f117bd50b86 100644 --- a/drivers/media/video/saa5246a.c +++ b/drivers/media/video/saa5246a.c | |||
@@ -1098,7 +1098,6 @@ MODULE_DEVICE_TABLE(i2c, saa5246a_id); | |||
1098 | 1098 | ||
1099 | static struct v4l2_i2c_driver_data v4l2_i2c_data = { | 1099 | static struct v4l2_i2c_driver_data v4l2_i2c_data = { |
1100 | .name = "saa5246a", | 1100 | .name = "saa5246a", |
1101 | .driverid = I2C_DRIVERID_SAA5249, | ||
1102 | .probe = saa5246a_probe, | 1101 | .probe = saa5246a_probe, |
1103 | .remove = saa5246a_remove, | 1102 | .remove = saa5246a_remove, |
1104 | .id_table = saa5246a_id, | 1103 | .id_table = saa5246a_id, |