Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c5b0680a authored by Dmitri Vorobiev's avatar Dmitri Vorobiev Committed by Ralf Baechle
Browse files

[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: default avatarDmitri Vorobiev <dmitri.vorobiev@gmail.com>
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent e698d66b
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -38,7 +38,6 @@ int __weak rtc_mips_set_time(unsigned long sec)
{
{
	return 0;
	return 0;
}
}
EXPORT_SYMBOL(rtc_mips_set_time);


int __weak rtc_mips_set_mmss(unsigned long nowtime)
int __weak rtc_mips_set_mmss(unsigned long nowtime)
{
{