mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
video: rockchip: iep: Import namespace DMA_BUF
ERROR: modpost: module iep uses symbol dma_buf_put from namespace DMA_BUF, but does not import it. ERROR: modpost: module iep uses symbol dma_buf_attach from namespace DMA_BUF, but does not import it. ERROR: modpost: module iep uses symbol dma_buf_map_attachment from namespace DMA_BUF, but does not import it. ERROR: modpost: module iep uses symbol dma_buf_detach from namespace DMA_BUF, but does not import it. ERROR: modpost: module iep uses symbol dma_buf_unmap_attachment from namespace DMA_BUF, but does not import it. Signed-off-by: Tao Huang <huangtao@rock-chips.com> Change-Id: I2726f9a0d2bc960c4e986aa759a7f7c0d083628d
This commit is contained in:
@@ -1210,6 +1210,7 @@ module_exit(iep_exit);
|
||||
MODULE_AUTHOR("ljf@rock-chips.com");
|
||||
MODULE_DESCRIPTION("Driver for iep device");
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_IMPORT_NS(DMA_BUF);
|
||||
|
||||
#ifdef IEP_TEST_CASE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user