提交 3fe1e56d 编写于 作者: C Christoph Hellwig 提交者: Jessica Yu

modules: unexport __module_text_address

__module_text_address is only used by built-in code.
Signed-off-by: NChristoph Hellwig <hch@lst.de>
Signed-off-by: NJessica Yu <jeyu@kernel.org>
上级 a54e0491
...@@ -4503,7 +4503,6 @@ struct module *__module_text_address(unsigned long addr) ...@@ -4503,7 +4503,6 @@ struct module *__module_text_address(unsigned long addr)
} }
return mod; return mod;
} }
EXPORT_SYMBOL_GPL(__module_text_address);
/* Don't grab lock, we're oopsing. */ /* Don't grab lock, we're oopsing. */
void print_modules(void) void print_modules(void)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册