summaryrefslogtreecommitdiffstats
path: root/arch/m68k
diff options
context:
space:
mode:
authorRickard Strandqvist <rickard_strandqvist@spectrumdigital.se>2015-01-02 22:05:14 +0100
committerGreg Ungerer <gerg@uclinux.org>2015-02-03 14:16:23 +1000
commit21b30ca5da14613dcf8fd8350ecdb0d5d245e814 (patch)
tree9433367ba974b5691329229a2676e1f2f614206e /arch/m68k
parent7372eefc15f0f6d6d97c4afbf8be3ba12105a633 (diff)
downloadop-kernel-dev-21b30ca5da14613dcf8fd8350ecdb0d5d245e814.zip
op-kernel-dev-21b30ca5da14613dcf8fd8350ecdb0d5d245e814.tar.gz
arch: m68k: 68360: config: Remove unused function
Remove the function BSP_set_clock_mmss() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist <rickard_strandqvist@spectrumdigital.se> Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68k')
-rw-r--r--arch/m68k/68360/config.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/m68k/68360/config.c b/arch/m68k/68360/config.c
index 17ec416..fd1f948 100644
--- a/arch/m68k/68360/config.c
+++ b/arch/m68k/68360/config.c
@@ -106,19 +106,6 @@ void hw_timer_init(irq_handler_t handler)
pquicc->timer_tgcr = tgcr_save;
}
-int BSP_set_clock_mmss(unsigned long nowtime)
-{
-#if 0
- short real_seconds = nowtime % 60, real_minutes = (nowtime / 60) % 60;
-
- tod->second1 = real_seconds / 10;
- tod->second2 = real_seconds % 10;
- tod->minute1 = real_minutes / 10;
- tod->minute2 = real_minutes % 10;
-#endif
- return 0;
-}
-
void BSP_reset (void)
{
local_irq_disable();
OpenPOWER on IntegriCloud