Skip to content

Commit 1821d0a

Browse files
gscuiHans Verkuil
authored and
Hans Verkuil
committed
media: vsp1: Remove unused vsp1_subdev_internal_ops declaration
vsp1_subdev_internal_ops has been removed since commit 0efdf0f ("[media] v4l: vsp1: Implement and use the subdev pad::init_cfg configuration"), so remove it. Signed-off-by: Gaosheng Cui <[email protected]> Reviewed-by: Kieran Bingham <[email protected]> Reviewed-by: Laurent Pinchart <[email protected]> Signed-off-by: Laurent Pinchart <[email protected]> Signed-off-by: Hans Verkuil <[email protected]>
1 parent b4e5219 commit 1821d0a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/media/platform/renesas/vsp1/vsp1_entity.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,6 @@ int vsp1_entity_init(struct vsp1_device *vsp1, struct vsp1_entity *entity,
130130
const struct v4l2_subdev_ops *ops, u32 function);
131131
void vsp1_entity_destroy(struct vsp1_entity *entity);
132132

133-
extern const struct v4l2_subdev_internal_ops vsp1_subdev_internal_ops;
134-
135133
int vsp1_entity_link_setup(struct media_entity *entity,
136134
const struct media_pad *local,
137135
const struct media_pad *remote, u32 flags);

0 commit comments

Comments
 (0)