From: Laurent Pinchart Date: Mon, 15 Feb 2021 04:26:33 +0000 (+0100) Subject: media: imx: capture: Remove forward declaration of capture_qops X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5722a1742606665fe81b1b277dbdfe5b0f698194;p=linux.git media: imx: capture: Remove forward declaration of capture_qops The forward declaration of capture_qops isn't needed, remove it. Signed-off-by: Laurent Pinchart Reviewed-by: Rui Miguel Silva Reviewed-by: Philipp Zabel Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/staging/media/imx/imx-media-capture.c b/drivers/staging/media/imx/imx-media-capture.c index 4c9ae3a7c37dc..50bbcb1217e3f 100644 --- a/drivers/staging/media/imx/imx-media-capture.c +++ b/drivers/staging/media/imx/imx-media-capture.c @@ -60,8 +60,6 @@ struct capture_priv { /* In bytes, per queue */ #define VID_MEM_LIMIT SZ_64M -static const struct vb2_ops capture_qops; - /* * Video ioctls follow */