]> git.baikalelectronics.ru Git - kernel.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)
commitbbce85970eedab3ee0842589c79a0dc0b4f41cd4
treeeb9b5e54b6653a9468de6e1b976b31f89159f10e
parent367fe0466072d899e04b135598266bf6b84435d2
[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