diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-02-17 13:41:12 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-02-17 13:41:12 +0300 |
commit | c52eb03bad3cc2ca76edc938a5d302faafeaf165 (patch) | |
tree | 9273da72f374be94a9c2384a32ae56e6d85cc3b9 /rust/helpers/workqueue.c | |
parent | ac3a848b893c02d5133138537eda87730b40d63d (diff) | |
parent | 4e3ac4150cbd02585dc5cd1b4a25b8519a57c6a2 (diff) | |
download | linux-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.c | 1 |
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, |