diff options
author | Yoichi Yuasa <yuasa@hh.iij4u.or.jp> | 2005-04-16 18:24:39 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-16 18:24:39 -0400 |
commit | 4bfa437cf137fc653b286c110d849ff1ad2aee2b (patch) | |
tree | ebf46f42fbfc914547473db277dca51975c7ba68 /include/asm-mips/vr41xx/vr41xx.h | |
parent | e63f8f439de010b6227c0c9c6f56e2c44dbe5dae (diff) |
[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 <yuasa@hh.iij4u.or.jp>
Cc: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-mips/vr41xx/vr41xx.h')
-rw-r--r-- | include/asm-mips/vr41xx/vr41xx.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/include/asm-mips/vr41xx/vr41xx.h b/include/asm-mips/vr41xx/vr41xx.h index caacaced3213..50a3874622a7 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); | |||
198 | extern void vr41xx_disable_bcuint(void); | 198 | extern void vr41xx_disable_bcuint(void); |
199 | 199 | ||
200 | /* | 200 | /* |
201 | * Power Management Unit | ||
202 | */ | ||
203 | |||
204 | /* | ||
205 | * RTC | ||
206 | */ | ||
207 | extern void vr41xx_set_rtclong1_cycle(uint32_t cycles); | ||
208 | extern uint32_t vr41xx_read_rtclong1_counter(void); | ||
209 | |||
210 | extern void vr41xx_set_rtclong2_cycle(uint32_t cycles); | ||
211 | extern uint32_t vr41xx_read_rtclong2_counter(void); | ||
212 | |||
213 | extern void vr41xx_set_tclock_cycle(uint32_t cycles); | ||
214 | extern uint32_t vr41xx_read_tclock_counter(void); | ||
215 | |||
216 | /* | ||
217 | * General-Purpose I/O Unit | 201 | * General-Purpose I/O Unit |
218 | */ | 202 | */ |
219 | enum { | 203 | enum { |