mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
modules: unexport __module_address
commit 34e64705ad upstream.
__module_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
ad6d414703
commit
7500d49994
@@ -4616,7 +4616,6 @@ struct module *__module_address(unsigned long addr)
|
||||
}
|
||||
return mod;
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(__module_address);
|
||||
|
||||
/*
|
||||
* is_module_text_address - is this address inside module code?
|
||||
|
||||
Reference in New Issue
Block a user