| To: | linux-mips@linux-mips.org, ralf@linux-mips.org, linux-kernel@vger.kernel.org |
|---|---|
| Subject: | [PATCH 3/5] [MIPS] unexport copy_from_user_page() |
| From: | Dmitri Vorobiev <dmitri.vorobiev@gmail.com> |
| Date: | Wed, 2 Apr 2008 03:58:36 +0400 |
| In-reply-to: | <1207094318-21748-1-git-send-email-dmitri.vorobiev@gmail.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <1207094318-21748-1-git-send-email-dmitri.vorobiev@gmail.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
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>
---
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 6b9d54b..ff61184 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;
--
1.5.3
|
| Previous by Date: | [PATCH 4/5] [MIPS] unexport rtc_mips_set_time(), Dmitri Vorobiev |
|---|---|
| Next by Date: | [PATCH 5/5] [MIPS] unexport null_perf_irq() and make it static, Dmitri Vorobiev |
| Previous by Thread: | Re: [PATCH 4/5] [MIPS] unexport rtc_mips_set_time(), Ralf Baechle |
| Next by Thread: | Re: [PATCH 3/5] [MIPS] unexport copy_from_user_page(), Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |