Commit e698d66b813bbe38940d2d80a2488214bdaf96b6

Authored by Dmitri Vorobiev
Committed by Ralf Baechle
1 parent 715243e6c3

[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>

Showing 1 changed file with 0 additions and 3 deletions Side-by-side Diff

... ... @@ -263,9 +263,6 @@
263 263 }
264 264 }
265 265  
266   -EXPORT_SYMBOL(copy_from_user_page);
267   -
268   -
269 266 #ifdef CONFIG_HIGHMEM
270 267 unsigned long highstart_pfn, highend_pfn;
271 268