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>
This commit is contained in:
Hans Verkuil 2009-02-13 05:08:27 -03:00 committed by Mauro Carvalho Chehab
parent f1f8c907b7
commit 7911a70958
1 changed files with 0 additions and 1 deletions

View File

@ -526,6 +526,5 @@ static struct v4l2_i2c_driver_data v4l2_i2c_data = {
.command = saa6588_command, .command = saa6588_command,
.probe = saa6588_probe, .probe = saa6588_probe,
.remove = saa6588_remove, .remove = saa6588_remove,
.legacy_class = I2C_CLASS_TV_ANALOG,
.id_table = saa6588_id, .id_table = saa6588_id,
}; };