summaryrefslogtreecommitdiff
path: root/rust/helpers/workqueue.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-02-17 13:41:12 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-02-17 13:41:12 +0300
commitc52eb03bad3cc2ca76edc938a5d302faafeaf165 (patch)
tree9273da72f374be94a9c2384a32ae56e6d85cc3b9 /rust/helpers/workqueue.c
parentac3a848b893c02d5133138537eda87730b40d63d (diff)
parent4e3ac4150cbd02585dc5cd1b4a25b8519a57c6a2 (diff)
downloadlinux-c52eb03bad3cc2ca76edc938a5d302faafeaf165.tar.xz
Merge v6.13.3
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'rust/helpers/workqueue.c')
-rw-r--r--rust/helpers/workqueue.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/rust/helpers/workqueue.c b/rust/helpers/workqueue.c
index f59427acc323..b2b82753509b 100644
--- a/rust/helpers/workqueue.c
+++ b/rust/helpers/workqueue.c
@@ -1,6 +1,5 @@
// SPDX-License-Identifier: GPL-2.0
-#include <linux/export.h>
#include <linux/workqueue.h>
void rust_helper_init_work_with_key(struct work_struct *work, work_func_t func,