aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorDmitri Vorobiev <dmitri.vorobiev@gmail.com>2008-04-02 03:58:34 +0400
committerRalf Baechle <ralf@linux-mips.org>2008-04-28 17:14:30 +0100
commit11327ef77f8b6104bd4a855bbe783cce84416b03 (patch)
treefbed54ebd156984b92ca74f92172ac133af5a29f /arch
parent[MIPS] Alchemy: move UART platform code to its proper place (diff)
downloadlinux-dev-11327ef77f8b6104bd4a855bbe783cce84416b03.tar.xz
linux-dev-11327ef77f8b6104bd4a855bbe783cce84416b03.zip
[MIPS] unexport copy_user_highpage()
The copy_user_highpage() routine has no users outside of the core kernel code, so exporting this symbol is pointless. This patch removes EXPORT_SYMBOL(copy_user_highpage). 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.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/mm/init.c b/arch/mips/mm/init.c
index 05ac6c6123ca..527d326bfa15 100644
--- a/arch/mips/mm/init.c
+++ b/arch/mips/mm/init.c
@@ -229,8 +229,6 @@ void copy_user_highpage(struct page *to, struct page *from,
smp_wmb();
}
-EXPORT_SYMBOL(copy_user_highpage);
-
void copy_to_user_page(struct vm_area_struct *vma,
struct page *page, unsigned long vaddr, void *dst, const void *src,
unsigned long len)