sh: Rename rtc_get/set_time() to avoid RTC_CLASS conflict.
We have a clash with RTC_CLASS over these names, so we change them.. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
extern void sh_rtc_gettimeofday(struct timespec *ts);
|
||||
extern int sh_rtc_settimeofday(const time_t secs);
|
||||
extern void (*board_time_init)(void);
|
||||
extern void (*rtc_get_time)(struct timespec *);
|
||||
extern int (*rtc_set_time)(const time_t);
|
||||
extern void (*rtc_sh_get_time)(struct timespec *);
|
||||
extern int (*rtc_sh_set_time)(const time_t);
|
||||
|
||||
/* RCR1 Bits */
|
||||
#define RCR1_CF 0x80 /* Carry Flag */
|
||||
|
Reference in New Issue
Block a user