]> www.infradead.org Git - nvme.git/commit
modpost: pass (struct module *) to do_*_entry() functions
authorMasahiro Yamada <masahiroy@kernel.org>
Tue, 19 Nov 2024 23:56:44 +0000 (08:56 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 27 Nov 2024 23:46:02 +0000 (08:46 +0900)
commitc7c24d60151c022bd8e357f5395a327d354a676a
tree53ae4c71ef170933af5e4b46b2e524946387164f
parentc4d1a9f9d11b5d7c5cf4fab33f86f7d7a978801e
modpost: pass (struct module *) to do_*_entry() functions

Replace the first argument with a pointer to struct module.

'filename' can be replaced with mod->name.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/mod/file2alias.c