aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include/mach-dreamcast/mach/sysasic.h
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2018-01-24 15:04:31 +0100
committerArnd Bergmann <arnd@arndb.de>2018-12-18 16:13:04 +0100
commitb0495e4b67b230cdb8a7ba244cd260e529c53b84 (patch)
tree9ba823e12943afe0780107b795e445c2631c86ec /arch/sh/include/mach-dreamcast/mach/sysasic.h
parenty2038: signal: Add compat_sys_rt_sigtimedwait_time64 (diff)
downloadlinux-dev-b0495e4b67b230cdb8a7ba244cd260e529c53b84.tar.xz
linux-dev-b0495e4b67b230cdb8a7ba244cd260e529c53b84.zip
sh: dreamcast: rtc: push down rtc class ops into driver
The SH RTC support has an extra level of indirection to provide either the old read_persistent_clock/update_persistent_clock interface or the rtc-generic device for hctosys/systohc. Both do the same thing for dreamcast, so we can do away with the abstraction and simply let the RTC core code to take care of it. Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to '')
-rw-r--r--arch/sh/include/mach-dreamcast/mach/sysasic.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/include/mach-dreamcast/mach/sysasic.h b/arch/sh/include/mach-dreamcast/mach/sysasic.h
index 58f710e1ebc2..59effd1ed3e1 100644
--- a/arch/sh/include/mach-dreamcast/mach/sysasic.h
+++ b/arch/sh/include/mach-dreamcast/mach/sysasic.h
@@ -42,7 +42,6 @@
/* arch/sh/boards/mach-dreamcast/irq.c */
extern int systemasic_irq_demux(int);
extern void systemasic_irq_init(void);
-extern void aica_time_init(void);
#endif /* __ASM_SH_DREAMCAST_SYSASIC_H */