diff options
Diffstat (limited to 'rust/helpers/build_bug.c')
-rw-r--r-- | rust/helpers/build_bug.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rust/helpers/build_bug.c b/rust/helpers/build_bug.c index f3106f248485..e994f7b5928c 100644 --- a/rust/helpers/build_bug.c +++ b/rust/helpers/build_bug.c @@ -7,4 +7,3 @@ const char *rust_helper_errname(int err) { return errname(err); } -EXPORT_SYMBOL_GPL(rust_helper_errname); |