Browse Source

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>
Hans Verkuil 16 years ago
parent
commit
7911a70958
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/media/video/saa6588.c

+ 0 - 1
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,
 };