From: Gaosheng Cui Date: Sun, 11 Sep 2022 09:15:13 +0000 (+0800) Subject: media: vsp1: Remove unused vsp1_subdev_internal_ops declaration X-Git-Tag: v6.6.17~5047^2~164 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1821d0abb68d095ffaeb559c71228174157ac46f;p=platform%2Fkernel%2Flinux-rpi.git media: vsp1: Remove unused vsp1_subdev_internal_ops declaration vsp1_subdev_internal_ops has been removed since commit 0efdf0f5eaaf ("[media] v4l: vsp1: Implement and use the subdev pad::init_cfg configuration"), so remove it. Signed-off-by: Gaosheng Cui Reviewed-by: Kieran Bingham Reviewed-by: Laurent Pinchart Signed-off-by: Laurent Pinchart Signed-off-by: Hans Verkuil --- diff --git a/drivers/media/platform/renesas/vsp1/vsp1_entity.h b/drivers/media/platform/renesas/vsp1/vsp1_entity.h index f227244..17f98a6 100644 --- a/drivers/media/platform/renesas/vsp1/vsp1_entity.h +++ b/drivers/media/platform/renesas/vsp1/vsp1_entity.h @@ -130,8 +130,6 @@ int vsp1_entity_init(struct vsp1_device *vsp1, struct vsp1_entity *entity, const struct v4l2_subdev_ops *ops, u32 function); void vsp1_entity_destroy(struct vsp1_entity *entity); -extern const struct v4l2_subdev_internal_ops vsp1_subdev_internal_ops; - int vsp1_entity_link_setup(struct media_entity *entity, const struct media_pad *local, const struct media_pad *remote, u32 flags);