Skip to content

Commit b32655a

Browse files
Laurent PinchartHans Verkuil
authored andcommitted
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: d06c1a9 ("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>
1 parent 410d938 commit b32655a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/media/platform/renesas/vsp1/vsp1_vspx.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ void vsp1_isp_free_buffer(struct device *dev,
286286
dma_free_coherent(bus_master, buffer_desc->size, buffer_desc->cpu_addr,
287287
buffer_desc->dma_addr);
288288
}
289+
EXPORT_SYMBOL_GPL(vsp1_isp_free_buffer);
289290

290291
/**
291292
* vsp1_isp_start_streaming - Start processing VSPX jobs

0 commit comments

Comments
 (0)