From: Stephen Rothwell Date: Wed, 27 Oct 2021 04:48:43 +0000 (+1100) Subject: fix for "dma-buf: move dma-buf symbols into the DMA_BUF module namespace" X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=08e438e6296c566062a2b0627706b5967ceaf183;p=linux.git 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 Link: https://lore.kernel.org/r/20211027154843.622961fd@canb.auug.org.au Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/gpu/drm/drm_gem_shmem_helper.c b/drivers/gpu/drm/drm_gem_shmem_helper.c index a61946374c826..b25736baba49b 100644 --- a/drivers/gpu/drm/drm_gem_shmem_helper.c +++ b/drivers/gpu/drm/drm_gem_shmem_helper.c @@ -17,6 +17,8 @@ #include #include +MODULE_IMPORT_NS(DMA_BUF); + /** * DOC: overview *