Explorar o código

[MIPS] unexport copy_from_user_page()

No users for the copy_from_user_page() routine exist outside of the
core kernel code. Therefore, EXPORT_SYMBOL(copy_from_user_page) is
useless, and this patch removes it.

Signed-off-by: Dmitri Vorobiev <dmitri.vorobiev@gmail.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Dmitri Vorobiev %!s(int64=17) %!d(string=hai) anos
pai
achega
e698d66b81
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  1. 0 3
      arch/mips/mm/init.c

+ 0 - 3
arch/mips/mm/init.c

@@ -263,9 +263,6 @@ void copy_from_user_page(struct vm_area_struct *vma,
 	}
 	}
 }
 }
 
 
-EXPORT_SYMBOL(copy_from_user_page);
-
-
 #ifdef CONFIG_HIGHMEM
 #ifdef CONFIG_HIGHMEM
 unsigned long highstart_pfn, highend_pfn;
 unsigned long highstart_pfn, highend_pfn;