Commit 34e64705 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Jessica Yu

modules: unexport __module_address

__module_address is only used by built-in code.
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarJessica Yu <jeyu@kernel.org>
parent 3fe1e56d
......@@ -4464,7 +4464,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?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment