diff options
-rw-r--r-- | arch/mips/mm/init.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/mm/init.c b/arch/mips/mm/init.c index 527d326bfa15..c1b197815283 100644 --- a/arch/mips/mm/init.c +++ b/arch/mips/mm/init.c | |||
@@ -247,8 +247,6 @@ void copy_to_user_page(struct vm_area_struct *vma, | |||
247 | flush_cache_page(vma, vaddr, page_to_pfn(page)); | 247 | flush_cache_page(vma, vaddr, page_to_pfn(page)); |
248 | } | 248 | } |
249 | 249 | ||
250 | EXPORT_SYMBOL(copy_to_user_page); | ||
251 | |||
252 | void copy_from_user_page(struct vm_area_struct *vma, | 250 | void copy_from_user_page(struct vm_area_struct *vma, |
253 | struct page *page, unsigned long vaddr, void *dst, const void *src, | 251 | struct page *page, unsigned long vaddr, void *dst, const void *src, |
254 | unsigned long len) | 252 | unsigned long len) |