Revert "modules: unexport __module_address"

This reverts commit 38a90952b3.
This commit is contained in:
Kaixu Xia 2021-05-21 09:59:41 +08:00
parent c08c9f8424
commit 16de1e7f83
1 changed files with 1 additions and 0 deletions

View File

@ -4629,6 +4629,7 @@ struct module *__module_address(unsigned long addr)
}
return mod;
}
EXPORT_SYMBOL_GPL(__module_address);
/*
* is_module_text_address - is this address inside module code?