Commit 11327ef77f8b6104bd4a855bbe783cce84416b03

Authored by Dmitri Vorobiev
Committed by Ralf Baechle
1 parent 6e766458f7

[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>

Showing 1 changed file with 0 additions and 2 deletions Side-by-side Diff

... ... @@ -229,8 +229,6 @@
229 229 smp_wmb();
230 230 }
231 231  
232   -EXPORT_SYMBOL(copy_user_highpage);
233   -
234 232 void copy_to_user_page(struct vm_area_struct *vma,
235 233 struct page *page, unsigned long vaddr, void *dst, const void *src,
236 234 unsigned long len)