]> nv-tegra.nvidia Code Review - linux-3.10.git/commit
[MIPS] unexport copy_to_user_page()
authorDmitri Vorobiev <dmitri.vorobiev@gmail.com>
Tue, 1 Apr 2008 23:58:35 +0000 (03:58 +0400)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 28 Apr 2008 16:14:30 +0000 (17:14 +0100)
commit715243e6c3e8e74202eb663a8e45880ff6a1dff7
treeeb9b5e54b6653a9468de6e1b976b31f89159f10e
parent11327ef77f8b6104bd4a855bbe783cce84416b03
[MIPS] unexport copy_to_user_page()

The copy_to_user_page() function is called only in the core kernel
code. Therefore, there is no need to export it. This patch removes
EXPORT_SYMBOL(copy_to_user_page).

Signed-off-by: Dmitri Vorobiev <dmitri.vorobiev@gmail.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/mm/init.c