diff options
author | Thomas Hellström <thomas.hellstrom@linux.intel.com> | 2025-04-24 13:34:55 +0200 |
---|---|---|
committer | Thomas Hellström <thomas.hellstrom@linux.intel.com> | 2025-04-24 13:34:55 +0200 |
commit | 3ab7ae8e07f888f223027f0ef84d33e43919ad55 (patch) | |
tree | 298aa9f969b1342b5ea242f84e9a3c16ed20bd44 /rust/helpers/helpers.c | |
parent | 4ea512714c42c69828b4a2647d206bf404043ad5 (diff) | |
parent | b60301774a8fe6c30b14a95104ec099290a2e904 (diff) |
Merge drm/drm-next into drm-xe-next
Backmerge to bring in linux 6.15-rc.
Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Diffstat (limited to 'rust/helpers/helpers.c')
-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 0640b7e115be..e1c21eba9b15 100644 --- a/rust/helpers/helpers.c +++ b/rust/helpers/helpers.c @@ -11,6 +11,7 @@ #include "bug.c" #include "build_assert.c" #include "build_bug.c" +#include "cpumask.c" #include "cred.c" #include "device.c" #include "err.c" @@ -30,6 +31,7 @@ #include "signal.c" #include "slab.c" #include "spinlock.c" +#include "sync.c" #include "task.c" #include "uaccess.c" #include "vmalloc.c" |