hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/arch/m68k/sun3/intersil.c
....@@ -22,13 +22,6 @@
2222 #define STOP_VAL (INTERSIL_STOP | INTERSIL_INT_ENABLE | INTERSIL_24H_MODE)
2323 #define START_VAL (INTERSIL_RUN | INTERSIL_INT_ENABLE | INTERSIL_24H_MODE)
2424
25
-/* does this need to be implemented? */
26
-u32 sun3_gettimeoffset(void)
27
-{
28
- return 1000;
29
-}
30
-
31
-
3225 /* get/set hwclock */
3326
3427 int sun3_hwclk(int set, struct rtc_time *t)