[patch 055/198] mips: remove obsolete VR41xx RTC function from vr41xx.h

From: akpm
Date: Tue Apr 12 2005 - 20:45:56 EST



From: Yoichi Yuasa <yuasa@xxxxxxxxxxxxxx>

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 <yuasa@xxxxxxxxxxxxxx>
Cc: Ralf Baechle <ralf@xxxxxxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxx>
---

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-12 03:21:16.575617024 -0700
+++ 25-akpm/include/asm-mips/vr41xx/vr41xx.h 2005-04-12 03:21:16.578616568 -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 {
_
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/