hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/arch/sh/include/asm/rtc.h
....@@ -3,9 +3,6 @@
33 #define _ASM_RTC_H
44
55 void time_init(void);
6
-extern void (*board_time_init)(void);
7
-extern void (*rtc_sh_get_time)(struct timespec *);
8
-extern int (*rtc_sh_set_time)(const time_t);
96
107 #define RTC_CAP_4_DIGIT_YEAR (1 << 0)
118