From 4bfa437cf137fc653b286c110d849ff1ad2aee2b Mon Sep 17 00:00:00 2001 From: Yoichi Yuasa Date: Sat, 16 Apr 2005 15:24:39 -0700 Subject: [PATCH] [PATCH] mips: remove obsolete VR41xx RTC function from vr41xx.h This patch had removed obsolete VR41xx RTC function from vr41xx.h . I forgot to put this change in "update VR41xx RTC support". Signed-off-by: Yoichi Yuasa Cc: Ralf Baechle Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- include/asm-mips/vr41xx/vr41xx.h | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/include/asm-mips/vr41xx/vr41xx.h b/include/asm-mips/vr41xx/vr41xx.h index caacaced321..50a3874622a 100644 --- a/include/asm-mips/vr41xx/vr41xx.h +++ b/include/asm-mips/vr41xx/vr41xx.h @@ -198,22 +198,6 @@ extern void vr41xx_enable_bcuint(void); extern void vr41xx_disable_bcuint(void); /* - * Power Management Unit - */ - -/* - * RTC - */ -extern void vr41xx_set_rtclong1_cycle(uint32_t cycles); -extern uint32_t vr41xx_read_rtclong1_counter(void); - -extern void vr41xx_set_rtclong2_cycle(uint32_t cycles); -extern uint32_t vr41xx_read_rtclong2_counter(void); - -extern void vr41xx_set_tclock_cycle(uint32_t cycles); -extern uint32_t vr41xx_read_tclock_counter(void); - -/* * General-Purpose I/O Unit */ enum { -- 2.11.4.GIT