diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2013-06-03 12:36:48 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-06-17 16:38:51 +0400 |
commit | 776572d95f0a80a3ae732569fd2ee6eadc9c8486 (patch) | |
tree | 7a80b2300882f041af48831421df8c33e83410b0 /drivers/media/pci/saa7134/saa7134-video.c | |
parent | 3b8436d9db43a810dd44393733b34fda6e0f0b9d (diff) | |
download | linux-776572d95f0a80a3ae732569fd2ee6eadc9c8486.tar.xz |
[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.c | 1 |
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 = { .fops = &video_fops, .ioctl_ops = &video_ioctl_ops, .tvnorms = SAA7134_NORMS, - .current_norm = V4L2_STD_PAL, }; struct video_device saa7134_radio_template = { |