mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 11:37:06 +02:00
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:
parent
76b314bf2d
commit
ab03f053aa
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user