提交 e698d66b 编写于 作者: D Dmitri Vorobiev 提交者: Ralf Baechle

[MIPS] unexport copy_from_user_page()

No users for the copy_from_user_page() routine exist outside of the
core kernel code. Therefore, EXPORT_SYMBOL(copy_from_user_page) is
useless, and this patch removes it.
Signed-off-by: NDmitri Vorobiev <dmitri.vorobiev@gmail.com>
Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 715243e6
...@@ -263,9 +263,6 @@ void copy_from_user_page(struct vm_area_struct *vma, ...@@ -263,9 +263,6 @@ void copy_from_user_page(struct vm_area_struct *vma,
} }
} }
EXPORT_SYMBOL(copy_from_user_page);
#ifdef CONFIG_HIGHMEM #ifdef CONFIG_HIGHMEM
unsigned long highstart_pfn, highend_pfn; unsigned long highstart_pfn, highend_pfn;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册