aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/rust/helpers/helpers.c
diff options
context:
space:
mode:
authorPeter Zijlstra <peterz@infradead.org>2025-04-25 14:55:20 +0200
committerPeter Zijlstra <peterz@infradead.org>2025-04-25 14:55:20 +0200
commit1caafd919e2a5c483f7a27449f8497fa4b15a44f (patch)
tree0cfd4f3121273ae2bee75d3b01e376f742a31406 /rust/helpers/helpers.c
parentperf/x86/amd/uncore: Prevent UMC counters from saturating (diff)
parentperf/x86/intel/ds: Fix counter backwards of non-precise events counters-snapshotting (diff)
downloadwireguard-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.c1
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"