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:

committed by
Geert Uytterhoeven

父節點
0ca7ce7db7
當前提交
6242c94d14
@@ -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)
|
||||
|
Reference in New Issue
Block a user