mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
media: rockchip: vicap: Import namespace DMA_BUF
ERROR: modpost: module video_rkcif uses symbol dma_buf_put from namespace DMA_BUF, but does not import it. ERROR: modpost: module video_rkcif uses symbol dma_buf_fd from namespace DMA_BUF, but does not import it. ERROR: modpost: module video_rkcif uses symbol dma_buf_export from namespace DMA_BUF, but does not import it. Signed-off-by: Tao Huang <huangtao@rock-chips.com> Change-Id: I1c8940e20546f965edf7438095b20a8365854b09
This commit is contained in:
@@ -1527,3 +1527,4 @@ module_exit(rk_cif_plat_drv_exit);
|
||||
MODULE_AUTHOR("Rockchip Camera/ISP team");
|
||||
MODULE_DESCRIPTION("Rockchip CIF platform driver");
|
||||
MODULE_LICENSE("GPL v2");
|
||||
MODULE_IMPORT_NS(DMA_BUF);
|
||||
|
||||
Reference in New Issue
Block a user