diff options
Diffstat (limited to 'rust/helpers/wait.c')
-rw-r--r-- | rust/helpers/wait.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rust/helpers/wait.c b/rust/helpers/wait.c index bf361f40c7cb..c7336bbf2750 100644 --- a/rust/helpers/wait.c +++ b/rust/helpers/wait.c @@ -7,4 +7,3 @@ void rust_helper_init_wait(struct wait_queue_entry *wq_entry) { init_wait(wq_entry); } -EXPORT_SYMBOL_GPL(rust_helper_init_wait); |