]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[MIPS] unexport copy_user_highpage()
authorDmitri Vorobiev <dmitri.vorobiev@gmail.com>
Tue, 1 Apr 2008 23:58:34 +0000 (03:58 +0400)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 28 Apr 2008 16:14:30 +0000 (17:14 +0100)
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>
arch/mips/mm/init.c

index 05ac6c6123caad98f56276868f9b2e85cd73cbb4..527d326bfa152a38a4f8a2c39b971f3fbfa48d75 100644 (file)
@@ -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)