mem-buf: Import the DMA-BUF symbol namespace

commit 16b0314aa7 ("dma-buf: move dma-buf symbols into
the DMA_BUF module namespace") requires us to import the DMA-BUF heap
name space into our module, so do this.

Change-Id: I8e3f77edb738b86bce96d350475b19b12f9af733
Signed-off-by: Chris Goldsworthy <quic_cgoldswo@quicinc.com>
This commit is contained in:
Chris Goldsworthy 2022-06-16 14:39:27 -07:00
parent 76b314bf2d
commit ab03f053aa
2 changed files with 2 additions and 0 deletions

View File

@ -168,3 +168,4 @@ module_exit(mem_buf_dev_exit);
MODULE_DESCRIPTION("Qualcomm Technologies, Inc. Memory Buffer Sharing driver");
MODULE_LICENSE("GPL");
MODULE_IMPORT_NS(DMA_BUF);

View File

@ -390,3 +390,4 @@ module_exit(mem_buf_exit);
MODULE_DESCRIPTION("Qualcomm Technologies, Inc. Memory Buffer Sharing driver");
MODULE_LICENSE("GPL");
MODULE_IMPORT_NS(DMA_BUF);