Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit dc92ac9f authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Miguel Ojeda
Browse files

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: default avatarMasahiro Yamada <masahiroy@kernel.org>
Reviewed-by: default avatarMartin Rodriguez Reboredo <yakoyoku@gmail.com>
Link: https://lore.kernel.org/r/20231124142617.713096-1-masahiroy@kernel.org


Signed-off-by: default avatarMiguel Ojeda <ojeda@kernel.org>
parent c3f41b00
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment