We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3f41b0 commit dc92ac9Copy full SHA for dc92ac9
rust/exports.c
@@ -11,7 +11,7 @@
11
* accidentally exposed.
12
*/
13
14
-#include <linux/module.h>
+#include <linux/export.h>
15
16
#define EXPORT_SYMBOL_RUST_GPL(sym) extern int sym; EXPORT_SYMBOL_GPL(sym)
17
0 commit comments