Skip to content

Commit

Permalink
fix for "dma-buf: move dma-buf symbols into the DMA_BUF module namesp…
Browse files Browse the repository at this point in the history
…ace"

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]>
  • Loading branch information
sfrothwell authored and gregkh committed Oct 27, 2021
1 parent 63b3e81 commit 08e438e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/gpu/drm/drm_gem_shmem_helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
#include <drm/drm_prime.h>
#include <drm/drm_print.h>

MODULE_IMPORT_NS(DMA_BUF);

/**
* DOC: overview
*
Expand Down

0 comments on commit 08e438e

Please sign in to comment.