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-Tag: v5.15~1266^2~410 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5722a1742606665fe81b1b277dbdfe5b0f698194;p=platform%2Fkernel%2Flinux-starfive.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 4c9ae3a7c37d..50bbcb1217e3 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 */