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: [email protected] Signed-off-by: Laurent Pinchart <[email protected]> Reviewed-by: Jacopo Mondi <[email protected]> Reviewed-by: Niklas Söderlund <[email protected]> Signed-off-by: Hans Verkuil <[email protected]>
1 parent 410d938 commit b32655a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)