diff options
author | Dmitri Vorobiev <dmitri.vorobiev@gmail.com> | 2008-04-02 03:58:37 +0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-04-28 17:14:30 +0100 |
commit | c5b0680aa1d7a751b7dd8ebf6854e5baf0a2e54b (patch) | |
tree | dca14600ec562bd63c519924251f61a152f283e2 /arch | |
parent | e698d66b813bbe38940d2d80a2488214bdaf96b6 (diff) | |
download | linux-stable-c5b0680aa1d7a751b7dd8ebf6854e5baf0a2e54b.tar.gz linux-stable-c5b0680aa1d7a751b7dd8ebf6854e5baf0a2e54b.tar.bz2 linux-stable-c5b0680aa1d7a751b7dd8ebf6854e5baf0a2e54b.zip |
[MIPS] unexport rtc_mips_set_time()
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>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
-rw-r--r-- | 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 b45a7093ca2d..d70ce5ca4802 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) { |