]> git.baikalelectronics.ru Git - kernel.git/commit
module: Remove module_addr_min and module_addr_max
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Wed, 23 Feb 2022 12:02:15 +0000 (13:02 +0100)
committerLuis Chamberlain <mcgrof@kernel.org>
Tue, 5 Apr 2022 15:43:05 +0000 (08:43 -0700)
commitbaf8df65f36f60029c9f141a6605a21f1d1c50ba
tree3a7dd5cd1ec6265d03c7e7143d6ad0d768af1809
parent07ecfb13de9795f4861d16fff9690d3bbbd3fa4e
module: Remove module_addr_min and module_addr_max

Replace module_addr_min and module_addr_max by
mod_tree.addr_min and mod_tree.addr_max

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
kernel/module/main.c