aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/rust/helpers/wait.c
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2024-12-20 10:25:44 +0100
committerIngo Molnar <mingo@kernel.org>2024-12-20 10:25:44 +0100
commit60675d4ca1ef0857e44eba5849b74a3a998d0c0f (patch)
treeb2fa39712aeca80db32be43f3f5be8e5a58bc0a3 /rust/helpers/wait.c
parentx86/mtrr: Rename mtrr_overwrite_state() to guest_force_mtrr_state() (diff)
parentMerge tag 'net-6.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (diff)
downloadwireguard-linux-60675d4ca1ef0857e44eba5849b74a3a998d0c0f.tar.xz
wireguard-linux-60675d4ca1ef0857e44eba5849b74a3a998d0c0f.zip
Merge branch 'linus' into x86/mm, to pick up fixes
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'rust/helpers/wait.c')
-rw-r--r--rust/helpers/wait.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/rust/helpers/wait.c b/rust/helpers/wait.c
index c7336bbf2750..ae48e33d9da3 100644
--- a/rust/helpers/wait.c
+++ b/rust/helpers/wait.c
@@ -1,6 +1,5 @@
// SPDX-License-Identifier: GPL-2.0
-#include <linux/export.h>
#include <linux/wait.h>
void rust_helper_init_wait(struct wait_queue_entry *wq_entry)