summaryrefslogtreecommitdiffstats
path: root/arch/mips/mm/init.c
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2013-09-05 11:22:45 +0200
committerRalf Baechle <ralf@linux-mips.org>2013-09-05 19:59:34 +0200
commitbf9621aaa0bb94dcd3b198ca14d3220310655eea (patch)
tree03fed2719f8f86a55735d3fe670f63e986d80f5a /arch/mips/mm/init.c
parentf7c1285f0eba8e0910decc0fa5b409f886e4358e (diff)
downloadlinux-0-day-bf9621aaa0bb94dcd3b198ca14d3220310655eea.tar.gz
linux-0-day-bf9621aaa0bb94dcd3b198ca14d3220310655eea.tar.xz
MIPS: Export copy_from_user_page() (needed by lustre)
ERROR: "copy_from_user_page" [drivers/staging/lustre/lustre/libcfs/libcfs.ko] undefined! Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Cc: linux-mips@linux-mips.org Cc: linux-kernel@vger.kernel.org Patchwork: https://patchwork.linux-mips.org/patch/5808/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/mm/init.c')
-rw-r--r--arch/mips/mm/init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/mm/init.c b/arch/mips/mm/init.c
index 4e73f10a75195..e205ef598e97b 100644
--- a/arch/mips/mm/init.c
+++ b/arch/mips/mm/init.c
@@ -254,6 +254,7 @@ void copy_from_user_page(struct vm_area_struct *vma,
SetPageDcacheDirty(page);
}
}
+EXPORT_SYMBOL_GPL(copy_from_user_page);
void __init fixrange_init(unsigned long start, unsigned long end,
pgd_t *pgd_base)