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

Commit 715243e6 authored by Dmitri Vorobiev's avatar Dmitri Vorobiev Committed by Ralf Baechle
Browse files

[MIPS] unexport copy_to_user_page()



The copy_to_user_page() function is called only in the core kernel
code. Therefore, there is no need to export it. This patch removes
EXPORT_SYMBOL(copy_to_user_page).

Signed-off-by: default avatarDmitri Vorobiev <dmitri.vorobiev@gmail.com>
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 11327ef7
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -247,8 +247,6 @@ void copy_to_user_page(struct vm_area_struct *vma,
		flush_cache_page(vma, vaddr, page_to_pfn(page));
		flush_cache_page(vma, vaddr, page_to_pfn(page));
}
}


EXPORT_SYMBOL(copy_to_user_page);

void copy_from_user_page(struct vm_area_struct *vma,
void copy_from_user_page(struct vm_area_struct *vma,
	struct page *page, unsigned long vaddr, void *dst, const void *src,
	struct page *page, unsigned long vaddr, void *dst, const void *src,
	unsigned long len)
	unsigned long len)