[MIPS] unexport rtc_mips_set_time()
commit31a3ff6c2e2d04c8617f69cdea658f42f73ee916
authorDmitri Vorobiev <dmitri.vorobiev@gmail.com>
Tue, 1 Apr 2008 23:58:37 +0000 (2 03:58 +0400)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 28 Apr 2008 08:01:14 +0000 (28 09:01 +0100)
tree1a57c17b27a989bbfcb182e093bb70f3f489cf5f
parent1080e81ba3d6573a85135993fffad1788aaba9a0
[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>
arch/mips/kernel/time.c