]> Git Repo - J-linux.git/commitdiff
fix for "dma-buf: move dma-buf symbols into the DMA_BUF module namespace"
authorStephen Rothwell <[email protected]>
Wed, 27 Oct 2021 04:48:43 +0000 (15:48 +1100)
committerGreg Kroah-Hartman <[email protected]>
Wed, 27 Oct 2021 06:52:02 +0000 (08:52 +0200)
Adds the proper MODULE_IMPORT_NS(DMA_BUF) line to the file to get it to
build properly.

Signed-off-by: Stephen Rothwell <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/gpu/drm/drm_gem_shmem_helper.c

index a61946374c8262fb3253ef0051e5baa04a373d7c..b25736baba49bbe06aeec2e13a7f07a2601a358f 100644 (file)
@@ -17,6 +17,8 @@
 #include <drm/drm_prime.h>
 #include <drm/drm_print.h>
 
+MODULE_IMPORT_NS(DMA_BUF);
+
 /**
  * DOC: overview
  *
This page took 0.047958 seconds and 4 git commands to generate.