commit | 715243e6c3e8e74202eb663a8e45880ff6a1dff7 | [log] [tgz] |
---|---|---|
author | Dmitri Vorobiev <dmitri.vorobiev@gmail.com> | Wed Apr 02 03:58:35 2008 +0400 |
committer | Ralf Baechle <ralf@linux-mips.org> | Mon Apr 28 17:14:30 2008 +0100 |
tree | eb9b5e54b6653a9468de6e1b976b31f89159f10e | |
parent | 11327ef77f8b6104bd4a855bbe783cce84416b03 [diff] |
[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: Dmitri Vorobiev <dmitri.vorobiev@gmail.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>