Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8f73d3bb authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab
Browse files

[media] dt3155v4l: remove deprecated current_norm



Since this driver provides a g_std op the current_norm field isn't used
anyway, so just drop it.

Signed-off-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 776572d9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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 */