summaryrefslogtreecommitdiff
path: root/rust/helpers/kunit.c
diff options
context:
space:
mode:
Diffstat (limited to 'rust/helpers/kunit.c')
-rw-r--r--rust/helpers/kunit.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/rust/helpers/kunit.c b/rust/helpers/kunit.c
index 905e4ff4424a..9d725067eb3b 100644
--- a/rust/helpers/kunit.c
+++ b/rust/helpers/kunit.c
@@ -7,4 +7,3 @@ struct kunit *rust_helper_kunit_get_current_test(void)
{
return kunit_get_current_test();
}
-EXPORT_SYMBOL_GPL(rust_helper_kunit_get_current_test);