diff options
author | Dmitri Vorobiev <dmitri.vorobiev@gmail.com> | 2008-04-01 19:58:36 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-04-28 12:14:30 -0400 |
commit | e698d66b813bbe38940d2d80a2488214bdaf96b6 (patch) | |
tree | 1f092cf3e2c74d55bd472f11a31d9e677227fba6 /arch/mips/mm/init.c | |
parent | 715243e6c3e8e74202eb663a8e45880ff6a1dff7 (diff) |
[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>
Diffstat (limited to 'arch/mips/mm/init.c')
-rw-r--r-- | arch/mips/mm/init.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/mips/mm/init.c b/arch/mips/mm/init.c index c1b197815283..ecd562d2c348 100644 --- a/arch/mips/mm/init.c +++ b/arch/mips/mm/init.c | |||
@@ -263,9 +263,6 @@ void copy_from_user_page(struct vm_area_struct *vma, | |||
263 | } | 263 | } |
264 | } | 264 | } |
265 | 265 | ||
266 | EXPORT_SYMBOL(copy_from_user_page); | ||
267 | |||
268 | |||
269 | #ifdef CONFIG_HIGHMEM | 266 | #ifdef CONFIG_HIGHMEM |
270 | unsigned long highstart_pfn, highend_pfn; | 267 | unsigned long highstart_pfn, highend_pfn; |
271 | 268 | ||