aboutsummaryrefslogtreecommitdiff
path: root/include/asm-sh/rtc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-sh/rtc.h')
-rw-r--r--include/asm-sh/rtc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-sh/rtc.h b/include/asm-sh/rtc.h
index cea9cdf9b92..4c7be859c9c 100644
--- a/include/asm-sh/rtc.h
+++ b/include/asm-sh/rtc.h
@@ -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 */