diff options
author | 2025-04-25 14:55:20 +0200 | |
---|---|---|
committer | 2025-04-25 14:55:20 +0200 | |
commit | 1caafd919e2a5c483f7a27449f8497fa4b15a44f (patch) | |
tree | 0cfd4f3121273ae2bee75d3b01e376f742a31406 /rust/helpers/helpers.c | |
parent | perf/x86/amd/uncore: Prevent UMC counters from saturating (diff) | |
parent | perf/x86/intel/ds: Fix counter backwards of non-precise events counters-snapshotting (diff) | |
download | wireguard-linux-1caafd919e2a5c483f7a27449f8497fa4b15a44f.tar.xz wireguard-linux-1caafd919e2a5c483f7a27449f8497fa4b15a44f.zip |
Merge branch 'perf/urgent'
Merge urgent fixes for dependencies.
Signed-off-by: Peter Zijlstra <peterz@infradead.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" |