diff options
Diffstat (limited to 'rust/exports.c')
-rw-r--r-- | rust/exports.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/exports.c b/rust/exports.c index 83e2a7070c..3803c21d14 100644 --- a/rust/exports.c +++ b/rust/exports.c @@ -11,7 +11,7 @@ * accidentally exposed. */ -#include <linux/module.h> +#include <linux/export.h> #define EXPORT_SYMBOL_RUST_GPL(sym) extern int sym; EXPORT_SYMBOL_GPL(sym) |