summaryrefslogtreecommitdiffstats
path: root/arch/cris
diff options
context:
space:
mode:
authorXunlei Pang <pang.xunlei@linaro.org>2015-07-17 17:31:26 +0800
committerJesper Nilsson <jespern@axis.com>2015-11-02 20:03:05 +0100
commit9f4137fa2cf20bd1ffb1fcb2711c3c347cc86fea (patch)
tree562105eb2f050d4a164af24fb9b7d25bffb500e9 /arch/cris
parentfad5a06b0cfd9a65c71d09c70520d0cf67e0c577 (diff)
downloadlinux-0-day-9f4137fa2cf20bd1ffb1fcb2711c3c347cc86fea.tar.gz
linux-0-day-9f4137fa2cf20bd1ffb1fcb2711c3c347cc86fea.tar.xz
cris: time: Cleanup of persistent clock stuff
- Remove update_persistent_clock(), as it does nothing now. - Remove read_persistent_clock(), let it fall back to the weak version. Cc: Mikael Starvik <starvik@axis.com> Cc: John Stultz <john.stultz@linaro.org> Cc: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Xunlei Pang <pang.xunlei@linaro.org> Acked-by: Rabin Vincent <rabin@rab.in> Signed-off-by: Jesper Nilsson <jespern@axis.com>
Diffstat (limited to 'arch/cris')
-rw-r--r--arch/cris/Kconfig1
-rw-r--r--arch/cris/kernel/time.c25
2 files changed, 0 insertions, 26 deletions
diff --git a/arch/cris/Kconfig b/arch/cris/Kconfig
index 8da5653bd8958..e086f9e937280 100644
--- a/arch/cris/Kconfig
+++ b/arch/cris/Kconfig
@@ -57,7 +57,6 @@ config CRIS
select ARCH_WANT_IPC_PARSE_VERSION
select GENERIC_IRQ_SHOW
select GENERIC_IOMAP
- select GENERIC_CMOS_UPDATE
select MODULES_USE_ELF_RELA
select CLONE_BACKWARDS2
select OLD_SIGSUSPEND
diff --git a/arch/cris/kernel/time.c b/arch/cris/kernel/time.c
index 7780d379522f4..2dda6da715215 100644
--- a/arch/cris/kernel/time.c
+++ b/arch/cris/kernel/time.c
@@ -39,31 +39,6 @@
extern unsigned long loops_per_jiffy; /* init/main.c */
unsigned long loops_per_usec;
-int set_rtc_mmss(unsigned long nowtime)
-{
- D(printk(KERN_DEBUG "set_rtc_mmss(%lu)\n", nowtime));
- return 0;
-}
-
-/* grab the time from the RTC chip */
-unsigned long get_cmos_time(void)
-{
- return 0;
-}
-
-
-int update_persistent_clock(struct timespec now)
-{
- return set_rtc_mmss(now.tv_sec);
-}
-
-void read_persistent_clock(struct timespec *ts)
-{
- ts->tv_sec = 0;
- ts->tv_nsec = 0;
-}
-
-
extern void cris_profile_sample(struct pt_regs* regs);
void