diff options
Diffstat (limited to 'rust/helpers/bug.c')
-rw-r--r-- | rust/helpers/bug.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rust/helpers/bug.c b/rust/helpers/bug.c index e2afbad23dcd..e2d13babc737 100644 --- a/rust/helpers/bug.c +++ b/rust/helpers/bug.c @@ -6,4 +6,3 @@ __noreturn void rust_helper_BUG(void) { BUG(); } -EXPORT_SYMBOL_GPL(rust_helper_BUG); |