mirror of
https://github.com/torvalds/linux.git
synced 2026-08-12 02:15:02 +02:00
fix for "dma-buf: move dma-buf symbols into the DMA_BUF module namespace"
Adds the proper MODULE_IMPORT_NS(DMA_BUF) line to the file to get it to build properly. Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Link: https://lore.kernel.org/r/20211027154843.622961fd@canb.auug.org.au Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
63b3e810ef
commit
08e438e629
|
|
@ -17,6 +17,8 @@
|
|||
#include <drm/drm_prime.h>
|
||||
#include <drm/drm_print.h>
|
||||
|
||||
MODULE_IMPORT_NS(DMA_BUF);
|
||||
|
||||
/**
|
||||
* DOC: overview
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user