login
Header Space

 
 

[PATCH 4/5] [MIPS] unexport rtc_mips_set_time()

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <linux-mips@...>, <ralf@...>, <linux-kernel@...>
Date: Tuesday, April 1, 2008 - 7:58 pm

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 message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 4/5] [MIPS] unexport rtc_mips_set_time(), Dmitri Vorobiev, (Tue Apr 1, 7:58 pm)
Re: [PATCH 4/5] [MIPS] unexport rtc_mips_set_time(), Ralf Baechle, (Fri Apr 4, 3:20 am)
[PATCH 3/5] [MIPS] unexport copy_from_user_page(), Dmitri Vorobiev, (Tue Apr 1, 7:58 pm)
Re: [PATCH 3/5] [MIPS] unexport copy_from_user_page(), Ralf Baechle, (Fri Apr 4, 3:20 am)
[PATCH 2/5] [MIPS] unexport copy_to_user_page(), Dmitri Vorobiev, (Tue Apr 1, 7:58 pm)
Re: [PATCH 2/5] [MIPS] unexport copy_to_user_page(), Ralf Baechle, (Fri Apr 4, 3:20 am)
[PATCH 1/5] [MIPS] unexport copy_user_highpage(), Dmitri Vorobiev, (Tue Apr 1, 7:58 pm)
Re: [PATCH 1/5] [MIPS] unexport copy_user_highpage(), Ralf Baechle, (Fri Apr 4, 3:19 am)
speck-geostationary