diff options
author | 2022-09-24 15:22:16 +0800 | |
---|---|---|
committer | 2022-11-11 10:19:52 -0800 | |
commit | 89a6b5917650edd1542194fd5b5ada64fb94a790 (patch) | |
tree | e0d08f058e98f7ffe3da9959d590bd3f2a1cb0af /tools/perf/scripts/python/export-to-postgresql.py | |
parent | module: remove redundant module_sysfs_initialized variable (diff) | |
download | wireguard-linux-89a6b5917650edd1542194fd5b5ada64fb94a790.tar.xz wireguard-linux-89a6b5917650edd1542194fd5b5ada64fb94a790.zip |
module: Remove unused macros module_addr_min/max
Unused macros reported by [-Wunused-macros].
These macros are introduced to record the bound address of modules.
Commit 80b8bf436990 ("module: Always have struct mod_tree_root") made
"struct mod_tree_root" always present and its members addr_min and
addr_max can be directly accessed.
Macros module_addr_min and module_addr_min are not used anymore, so remove
them.
Signed-off-by: Chen Zhongjin <chenzhongjin@huawei.com>
Reviewed-by: Miroslav Benes <mbenes@suse.cz>
Reviewed-by: Christophe Leroy <christophe.leroy@csgroup.eu>
[mcgrof: massaged the commit messsage as suggested by Miroslav]
Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions