commit | dc92ac9f6383a5026d6070a79035ebcc28c59d1b | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <masahiroy@kernel.org> | Fri Nov 24 23:26:17 2023 +0900 |
committer | Miguel Ojeda <ojeda@kernel.org> | Wed Dec 13 01:09:55 2023 +0100 |
tree | 4d4b4b78b204740e9615488ab03d905443c5733c | |
parent | c3f41b00307f796756ec494b90c9e238800a0ff8 [diff] |
rust: replace <linux/module.h> with <linux/export.h> in rust/exports.c <linux/export.h> is the right header to include for using EXPORT_SYMBOL_GPL. <linux/module.h> includes much more bloat. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Reviewed-by: Martin Rodriguez Reboredo <yakoyoku@gmail.com> Link: https://lore.kernel.org/r/20231124142617.713096-1-masahiroy@kernel.org Signed-off-by: Miguel Ojeda <ojeda@kernel.org>