| To: | linux-mips@linux-mips.org, ralf@linux-mips.org, linux-kernel@vger.kernel.org |
|---|---|
| Subject: | [PATCH 4/5] [MIPS] unexport rtc_mips_set_time() |
| From: | Dmitri Vorobiev <dmitri.vorobiev@gmail.com> |
| Date: | Wed, 2 Apr 2008 03:58:37 +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 rtc_mips_set_time() routine exist outside of the
core kernel code. Therefore, EXPORT_SYMBOL(rtc_mips_set_time) is
useless, and this patch removes it.
Signed-off-by: Dmitri Vorobiev <dmitri.vorobiev@gmail.com>
---
arch/mips/kernel/time.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/arch/mips/kernel/time.c b/arch/mips/kernel/time.c
index b45a709..d70ce5c 100644
--- a/arch/mips/kernel/time.c
+++ b/arch/mips/kernel/time.c
@@ -38,7 +38,6 @@ int __weak rtc_mips_set_time(unsigned long sec)
{
return 0;
}
-EXPORT_SYMBOL(rtc_mips_set_time);
int __weak rtc_mips_set_mmss(unsigned long nowtime)
{
--
1.5.3
|
| Previous by Date: | [PATCH 2/5] [MIPS] unexport copy_to_user_page(), Dmitri Vorobiev |
|---|---|
| Next by Date: | [PATCH 3/5] [MIPS] unexport copy_from_user_page(), Dmitri Vorobiev |
| Previous by Thread: | Re: [PATCH 2/5] [MIPS] unexport copy_to_user_page(), Ralf Baechle |
| Next by Thread: | Re: [PATCH 4/5] [MIPS] unexport rtc_mips_set_time(), Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |