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.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/asm-sh/rtc.h b/include/asm-sh/rtc.h
deleted file mode 100644
index 91aacc96151..00000000000
--- a/include/asm-sh/rtc.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef _ASM_RTC_H
-#define _ASM_RTC_H
-
-extern void (*board_time_init)(void);
-extern void (*rtc_sh_get_time)(struct timespec *);
-extern int (*rtc_sh_set_time)(const time_t);
-
-#endif /* _ASM_RTC_H */