<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
From: Yoichi Yuasa &lt;yuasa@hh.iij4u.or.jp&gt;

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 &lt;yuasa@hh.iij4u.or.jp&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
---

 25-akpm/include/asm-mips/vr41xx/vr41xx.h |   16 ----------------
 1 files changed, 16 deletions(-)

diff -puN include/asm-mips/vr41xx/vr41xx.h~mips-remove-obsolete-vr41xx-rtc-function include/asm-mips/vr41xx/vr41xx.h
--- 25/include/asm-mips/vr41xx/vr41xx.h~mips-remove-obsolete-vr41xx-rtc-function	2005-04-04 01:56:10.000000000 -0700
+++ 25-akpm/include/asm-mips/vr41xx/vr41xx.h	2005-04-04 01:56:10.000000000 -0700
@@ -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 {
_
</pre></body></html>