aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/saa7134/saa7134-video.c
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2013-06-03 04:36:48 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2013-06-17 08:38:51 -0400
commit776572d95f0a80a3ae732569fd2ee6eadc9c8486 (patch)
tree7a80b2300882f041af48831421df8c33e83410b0 /drivers/media/pci/saa7134/saa7134-video.c
parent3b8436d9db43a810dd44393733b34fda6e0f0b9d (diff)
[media] saa7134: drop deprecated current_norm
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>
Diffstat (limited to 'drivers/media/pci/saa7134/saa7134-video.c')
-rw-r--r--drivers/media/pci/saa7134/saa7134-video.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/pci/saa7134/saa7134-video.c b/drivers/media/pci/saa7134/saa7134-video.c
index db4cc1c54aa6..b78d515068a7 100644
--- a/drivers/media/pci/saa7134/saa7134-video.c
+++ b/drivers/media/pci/saa7134/saa7134-video.c
@@ -2439,7 +2439,6 @@ struct video_device saa7134_video_template = {
2439 .fops = &video_fops, 2439 .fops = &video_fops,
2440 .ioctl_ops = &video_ioctl_ops, 2440 .ioctl_ops = &video_ioctl_ops,
2441 .tvnorms = SAA7134_NORMS, 2441 .tvnorms = SAA7134_NORMS,
2442 .current_norm = V4L2_STD_PAL,
2443}; 2442};
2444 2443
2445struct video_device saa7134_radio_template = { 2444struct video_device saa7134_radio_template = {