Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MIPS: Remove prototype for copy_user_page

MIPS architecture code does not provide copy_user_page,
so it should not provide a prototype for it either.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/9266/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

authored by

Guenter Roeck and committed by
Ralf Baechle
12a8471d 9c057b3e

-2
-2
arch/mips/include/asm/page.h
··· 105 105 flush_data_cache_page((unsigned long)addr); 106 106 } 107 107 108 - extern void copy_user_page(void *vto, void *vfrom, unsigned long vaddr, 109 - struct page *to); 110 108 struct vm_area_struct; 111 109 extern void copy_user_highpage(struct page *to, struct page *from, 112 110 unsigned long vaddr, struct vm_area_struct *vma);