diff options
| author | Ingo Molnar <mingo@kernel.org> | 2025-05-06 12:03:03 +0200 |
|---|---|---|
| committer | Ingo Molnar <mingo@kernel.org> | 2025-05-06 12:03:03 +0200 |
| commit | 83725bdf94c3b5fc7ff235750093805c6bc599fe (patch) | |
| tree | 67cd5a289fde8eff944c5e4e9cd1202e09e34ce9 /rust/helpers/helpers.c | |
| parent | 3ce4b1f1f24bbd9f1c349ecb6641dfa038bd0b5a (diff) | |
| parent | b4432656b36e5cc1d50a1f2dc15357543add530e (diff) | |
Merge tag 'v6.15-rc4' into x86/asm, to pick up fixes
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'rust/helpers/helpers.c')
| -rw-r--r-- | rust/helpers/helpers.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/helpers/helpers.c b/rust/helpers/helpers.c index e1c21eba9b15..1e7c84df7252 100644 --- a/rust/helpers/helpers.c +++ b/rust/helpers/helpers.c @@ -14,6 +14,7 @@ #include "cpumask.c" #include "cred.c" #include "device.c" +#include "dma.c" #include "err.c" #include "fs.c" #include "io.c" |