[media] saa7134: drop deprecated current_norm
authorHans Verkuil <hans.verkuil@cisco.com>
Mon, 3 Jun 2013 08:36:48 +0000 (05:36 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 17 Jun 2013 12:38:51 +0000 (09:38 -0300)
Since this driver properly implements g_std, the current_norm field is
actually unused anyway.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/pci/saa7134/saa7134-empress.c
drivers/media/pci/saa7134/saa7134-video.c

index 05ab2cb7ef3c844f059e30dacd6b2bfa3ded70f4..973fa65eb3d33f89c1722f4250000a99346ca2a9 100644 (file)
@@ -471,7 +471,6 @@ static struct video_device saa7134_empress_template = {
        .ioctl_ops     = &ts_ioctl_ops,
 
        .tvnorms                        = SAA7134_NORMS,
-       .current_norm                   = V4L2_STD_PAL,
 };
 
 static void empress_signal_update(struct work_struct *work)
index db4cc1c54aa679fed7c60a5003663d27c9056ca9..b78d515068a78bde9df0ccd6c0b6c08352887b1f 100644 (file)
@@ -2439,7 +2439,6 @@ struct video_device saa7134_video_template = {
        .fops                           = &video_fops,
        .ioctl_ops                      = &video_ioctl_ops,
        .tvnorms                        = SAA7134_NORMS,
-       .current_norm                   = V4L2_STD_PAL,
 };
 
 struct video_device saa7134_radio_template = {