提交 2a3f912c 编写于 作者: C Catalin Marinas

arm64: Export __copy_in_user() to modules

This function may be called from loadable modules, so it needs
exporting.
Signed-off-by: NCatalin Marinas <catalin.marinas@arm.com>
Reported-by: NLoc Ho <lho@apm.com>
上级 cf10b79a
......@@ -39,6 +39,7 @@ EXPORT_SYMBOL(clear_page);
EXPORT_SYMBOL(__copy_from_user);
EXPORT_SYMBOL(__copy_to_user);
EXPORT_SYMBOL(__clear_user);
EXPORT_SYMBOL(__copy_in_user);
/* physical memory */
EXPORT_SYMBOL(memstart_addr);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册