CVSROOT: /home/cvs
Module name: linux
Changes by: ralf@ftp.linux-mips.org 05/04/28 14:59:58
Modified files:
arch/mips/vr41xx/common: Makefile
include/asm-mips/vr41xx: vr41xx.h
Log message:
Remove old Vr41xx RTC driver.
diff -urN linux/arch/mips/vr41xx/common/Makefile
linux/arch/mips/vr41xx/common/Makefile
--- linux/arch/mips/vr41xx/common/Makefile 2005/03/07 18:58:15 1.16
+++ linux/arch/mips/vr41xx/common/Makefile 2005/04/28 13:59:58 1.17
@@ -2,7 +2,7 @@
# Makefile for common code of the NEC VR4100 series.
#
-obj-y += bcu.o cmu.o icu.o init.o int-handler.o
ksyms.o pmu.o rtc.o
+obj-y += bcu.o cmu.o icu.o init.o int-handler.o pmu.o
obj-$(CONFIG_GPIO_VR41XX) += giu.o
obj-$(CONFIG_SERIAL_8250) += serial.o
obj-$(CONFIG_VRC4171) += vrc4171.o
diff -urN linux/include/asm-mips/vr41xx/vr41xx.h
linux/include/asm-mips/vr41xx/vr41xx.h
--- linux/include/asm-mips/vr41xx/vr41xx.h 2005/04/18 16:07:37 1.21
+++ linux/include/asm-mips/vr41xx/vr41xx.h 2005/04/28 13:59:58 1.22
@@ -198,22 +198,6 @@
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 {
|