aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/video/saa6588.c
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2009-02-13 05:08:27 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-03-30 12:42:45 -0300
commit7911a709581bcebc2a2b915adb1b00b37e40a641 (patch)
tree46ddec8aa3cd948da0d40c71d1ea1b7ca33a3b44 /drivers/media/video/saa6588.c
parentf1f8c907b752ed281b1b4e6ca3605db50a8d6250 (diff)
V4L/DVB (10539): saa6588: remove legacy_class, not needed for saa6588
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/saa6588.c')
-rw-r--r--drivers/media/video/saa6588.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/saa6588.c b/drivers/media/video/saa6588.c
index 5f4e9858cb9..258b7b2a1e9 100644
--- a/drivers/media/video/saa6588.c
+++ b/drivers/media/video/saa6588.c
@@ -526,6 +526,5 @@ static struct v4l2_i2c_driver_data v4l2_i2c_data = {
.command = saa6588_command,
.probe = saa6588_probe,
.remove = saa6588_remove,
- .legacy_class = I2C_CLASS_TV_ANALOG,
.id_table = saa6588_id,
};