]> git.itanic.dy.fi Git - linux-stable/commit
rust: replace <linux/module.h> with <linux/export.h> in rust/exports.c
authorMasahiro Yamada <masahiroy@kernel.org>
Fri, 24 Nov 2023 14:26:17 +0000 (23:26 +0900)
committerMiguel Ojeda <ojeda@kernel.org>
Wed, 13 Dec 2023 00:09:55 +0000 (01:09 +0100)
commitdc92ac9f6383a5026d6070a79035ebcc28c59d1b
tree4d4b4b78b204740e9615488ab03d905443c5733c
parentc3f41b00307f796756ec494b90c9e238800a0ff8
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>
rust/exports.c