mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
modules: unexport __module_text_address
commit 3fe1e56d0e upstream.
__module_text_address is only used by built-in code.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jessica Yu <jeyu@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
86de29b833
commit
ad6d414703
@@ -4655,7 +4655,6 @@ struct module *__module_text_address(unsigned long addr)
|
||||
}
|
||||
return mod;
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(__module_text_address);
|
||||
|
||||
/* Don't grab lock, we're oopsing. */
|
||||
void print_modules(void)
|
||||
|
||||
Reference in New Issue
Block a user