diff options
author | Dmitri Vorobiev <dmitri.vorobiev@gmail.com> | 2008-04-02 03:58:36 +0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-04-28 17:14:30 +0100 |
commit | e698d66b813bbe38940d2d80a2488214bdaf96b6 (patch) | |
tree | 1f092cf3e2c74d55bd472f11a31d9e677227fba6 /arch | |
parent | 715243e6c3e8e74202eb663a8e45880ff6a1dff7 (diff) | |
download | linux-e698d66b813bbe38940d2d80a2488214bdaf96b6.tar.gz linux-e698d66b813bbe38940d2d80a2488214bdaf96b6.tar.bz2 linux-e698d66b813bbe38940d2d80a2488214bdaf96b6.zip |
[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')
-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, } } -EXPORT_SYMBOL(copy_from_user_page); - - #ifdef CONFIG_HIGHMEM unsigned long highstart_pfn, highend_pfn; |