]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
media: vsp1: Export missing vsp1_isp_free_buffer symbol
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Thu, 21 Aug 2025 15:42:41 +0000 (18:42 +0300)
committerHans Verkuil <hverkuil+cisco@kernel.org>
Wed, 17 Sep 2025 10:14:05 +0000 (12:14 +0200)
commitb32655a5f4c1a3b830f05fe3d43e17b2c4d09146
tree0a3419d2de9f95423b7932a51484c4e9000f5f90
parent410d938a707d85c7c7eb9b32f3fb45e5bcd77319
media: vsp1: Export missing vsp1_isp_free_buffer symbol

The vsp1_isp_free_buffer() function implemented by the vsp1 driver is
part of the API exposed to the rcar-isp driver. All other symbols except
that one are properly exported. Fix it.

Fixes: d06c1a9f348d ("media: vsp1: Add VSPX support")
Cc: stable@vger.kernel.org
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Reviewed-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>
Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
drivers/media/platform/renesas/vsp1/vsp1_vspx.c