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/upd64031a.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/upd64031a.c')
-rw-r--r-- | drivers/media/video/upd64031a.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/upd64031a.c b/drivers/media/video/upd64031a.c index f4522bb08916..5b2c4399027c 100644 --- a/drivers/media/video/upd64031a.c +++ b/drivers/media/video/upd64031a.c | |||
@@ -267,7 +267,6 @@ MODULE_DEVICE_TABLE(i2c, upd64031a_id); | |||
267 | 267 | ||
268 | static struct v4l2_i2c_driver_data v4l2_i2c_data = { | 268 | static struct v4l2_i2c_driver_data v4l2_i2c_data = { |
269 | .name = "upd64031a", | 269 | .name = "upd64031a", |
270 | .driverid = I2C_DRIVERID_UPD64031A, | ||
271 | .command = upd64031a_command, | 270 | .command = upd64031a_command, |
272 | .probe = upd64031a_probe, | 271 | .probe = upd64031a_probe, |
273 | .remove = upd64031a_remove, | 272 | .remove = upd64031a_remove, |