summaryrefslogtreecommitdiff
path: root/rust/helpers
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2026-08-17 16:27:55 +0100
committerMark Brown <broonie@kernel.org>2026-08-17 16:27:55 +0100
commitdf0ae9ab5d310910595660b4df3a6ebe0451bcb6 (patch)
tree2b300e2ca13ab529ab14f52b3404e6bbce3679d9 /rust/helpers
parentbc7d546166ecf9826194d68dba637efe96348fdc (diff)
parent1304643a1c20badbb91b86a5084dd76cb7620c05 (diff)
downloadlinux-next-df0ae9ab5d310910595660b4df3a6ebe0451bcb6.tar.gz
linux-next-df0ae9ab5d310910595660b4df3a6ebe0451bcb6.zip
Merge branch 'next' of https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
Diffstat (limited to 'rust/helpers')
-rw-r--r--rust/helpers/helpers.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/rust/helpers/helpers.c b/rust/helpers/helpers.c
index 998e31052e66..4b90a1390ad5 100644
--- a/rust/helpers/helpers.c
+++ b/rust/helpers/helpers.c
@@ -58,7 +58,9 @@
#include "cred.c"
#include "device.c"
#include "dma.c"
+#ifdef CONFIG_DMA_SHARED_BUFFER
#include "dma-resv.c"
+#endif
#include "drm.c"
#include "drm_gpuvm.c"
#include "err.c"