Commit 3fe1e56d authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Jessica Yu

modules: unexport __module_text_address

__module_text_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 a54e0491
......@@ -4503,7 +4503,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)
......
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