diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2009-02-19 15:41:19 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 11:42:59 -0400 |
commit | 2d26698e859994d4febb2d27b055bdc37d8e368e (patch) | |
tree | 86c241c67fc785dffc96cbe2c409a3636a99bca0 /drivers/media/video/saa7127.c | |
parent | 7f6adeaf2d8800b66c5dd6c2cf2622dfdd68bd31 (diff) |
V4L/DVB (10731): zoran i2c modules: remove i2c autoprobing support.
Zoran doesn't do autoprobing anymore, so remove support for this from the
i2c modules.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/saa7127.c')
-rw-r--r-- | drivers/media/video/saa7127.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/saa7127.c b/drivers/media/video/saa7127.c index 05221d47dd4c..128bb8b8dbbf 100644 --- a/drivers/media/video/saa7127.c +++ b/drivers/media/video/saa7127.c | |||
@@ -810,7 +810,6 @@ MODULE_DEVICE_TABLE(i2c, saa7127_id); | |||
810 | 810 | ||
811 | static struct v4l2_i2c_driver_data v4l2_i2c_data = { | 811 | static struct v4l2_i2c_driver_data v4l2_i2c_data = { |
812 | .name = "saa7127", | 812 | .name = "saa7127", |
813 | .driverid = I2C_DRIVERID_SAA7127, | ||
814 | .probe = saa7127_probe, | 813 | .probe = saa7127_probe, |
815 | .remove = saa7127_remove, | 814 | .remove = saa7127_remove, |
816 | .id_table = saa7127_id, | 815 | .id_table = saa7127_id, |