patch-2.4.4 linux/arch/sh/kernel/mach_se.c
Next file: linux/arch/sh/kernel/mach_unknown.c
Previous file: linux/arch/sh/kernel/mach_hp600.c
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
Wed Apr 11 21:24:52 2001
- Orig file:
v2.4.3/linux/arch/sh/kernel/mach_se.c
- Orig date:
Thu Aug 10 13:03:25 2000
diff -u --recursive --new-file v2.4.3/linux/arch/sh/kernel/mach_se.c linux/arch/sh/kernel/mach_se.c
@@ -13,6 +13,7 @@
#include <linux/init.h>
#include <asm/machvec.h>
+#include <asm/rtc.h>
#include <asm/machvec_init.h>
#include <asm/io_se.h>
@@ -65,7 +66,6 @@
mv_writel: se_writel,
mv_ioremap: generic_ioremap,
- mv_ioremap_nocache: generic_ioremap_nocache,
mv_iounmap: generic_iounmap,
mv_isa_port2addr: se_isa_port2addr,
@@ -75,6 +75,9 @@
#ifdef CONFIG_HEARTBEAT
mv_heartbeat: heartbeat_se,
#endif
+
+ mv_rtc_gettimeofday: sh_rtc_gettimeofday,
+ mv_rtc_settimeofday: sh_rtc_settimeofday,
mv_hw_se: 1,
};
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)