aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorDmitri Vorobiev <dmitri.vorobiev@gmail.com>2008-04-02 03:58:36 +0400
committerRalf Baechle <ralf@linux-mips.org>2008-04-28 17:14:30 +0100
commite698d66b813bbe38940d2d80a2488214bdaf96b6 (patch)
tree1f092cf3e2c74d55bd472f11a31d9e677227fba6 /arch
parent[MIPS] unexport copy_to_user_page() (diff)
downloadlinux-dev-e698d66b813bbe38940d2d80a2488214bdaf96b6.tar.xz
linux-dev-e698d66b813bbe38940d2d80a2488214bdaf96b6.zip
[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: Dmitri Vorobiev <dmitri.vorobiev@gmail.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/mips/mm/init.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/mips/mm/init.c b/arch/mips/mm/init.c
index c1b197815283..ecd562d2c348 100644
--- a/arch/mips/mm/init.c
+++ b/arch/mips/mm/init.c
@@ -263,9 +263,6 @@ void copy_from_user_page(struct vm_area_struct *vma,
}
}
-EXPORT_SYMBOL(copy_from_user_page);
-
-
#ifdef CONFIG_HIGHMEM
unsigned long highstart_pfn, highend_pfn;