m68k: apollo, q40, sun3, sun3x: Remove arch_gettimeoffset implementations

These dummy implementations are no better than
default_arch_gettimeoffset() so remove them.

Signed-off-by: Finn Thain <fthain@telegraphics.com.au>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
This commit is contained in:
Finn Thain
2018-12-01 11:53:10 +11:00
committed by Geert Uytterhoeven
父節點 0ca7ce7db7
當前提交 6242c94d14
共有 7 個文件被更改,包括 0 次插入32 次删除

查看文件

@@ -73,11 +73,6 @@ int sun3x_hwclk(int set, struct rtc_time *t)
return 0;
}
/* Not much we can do here */
u32 sun3x_gettimeoffset(void)
{
return 0L;
}
#if 0
static irqreturn_t sun3x_timer_tick(int irq, void *dev_id)