diff options
| author | Mark Brown <broonie@kernel.org> | 2026-08-17 16:27:55 +0100 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-08-17 16:27:55 +0100 |
| commit | df0ae9ab5d310910595660b4df3a6ebe0451bcb6 (patch) | |
| tree | 2b300e2ca13ab529ab14f52b3404e6bbce3679d9 /rust/helpers | |
| parent | bc7d546166ecf9826194d68dba637efe96348fdc (diff) | |
| parent | 1304643a1c20badbb91b86a5084dd76cb7620c05 (diff) | |
| download | linux-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.c | 2 |
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" |
