[media] dt3155v4l: remove deprecated current_norm
authorHans Verkuil <hans.verkuil@cisco.com>
Mon, 3 Jun 2013 08:36:49 +0000 (05:36 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 17 Jun 2013 12:39:27 +0000 (09:39 -0300)
Since this driver provides a g_std op the current_norm field isn't used
anyway, so just drop it.

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

index c32e0ac..90d6ac4 100644 (file)
@@ -829,7 +829,6 @@ static struct video_device dt3155_vdev = {
        .minor = -1,
        .release = video_device_release,
        .tvnorms = DT3155_CURRENT_NORM,
-       .current_norm = DT3155_CURRENT_NORM,
 };
 
 /* same as in drivers/base/dma-coherent.c */