Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 12a8471d authored by Guenter Roeck's avatar Guenter Roeck Committed by Ralf Baechle
Browse files

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: default avatarGuenter 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: default avatarRalf Baechle <ralf@linux-mips.org>
parent 9c057b3e
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -105,8 +105,6 @@ static inline void clear_user_page(void *addr, unsigned long vaddr,
		flush_data_cache_page((unsigned long)addr);
		flush_data_cache_page((unsigned long)addr);
}
}


extern void copy_user_page(void *vto, void *vfrom, unsigned long vaddr,
	struct page *to);
struct vm_area_struct;
struct vm_area_struct;
extern void copy_user_highpage(struct page *to, struct page *from,
extern void copy_user_highpage(struct page *to, struct page *from,
	unsigned long vaddr, struct vm_area_struct *vma);
	unsigned long vaddr, struct vm_area_struct *vma);