summaryrefslogtreecommitdiff
path: root/sys/arch/landisk/dev/rs5c313.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/landisk/dev/rs5c313.c')
-rw-r--r--sys/arch/landisk/dev/rs5c313.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/landisk/dev/rs5c313.c b/sys/arch/landisk/dev/rs5c313.c
index e606c21872c..949bd36239a 100644
--- a/sys/arch/landisk/dev/rs5c313.c
+++ b/sys/arch/landisk/dev/rs5c313.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rs5c313.c,v 1.1 2006/10/07 20:52:40 miod Exp $ */
+/* $OpenBSD: rs5c313.c,v 1.2 2006/10/23 20:26:25 miod Exp $ */
/* $NetBSD: rs5c313.c,v 1.1 2006/09/07 01:12:00 uwe Exp $ */
/* $NetBSD: rs5c313_landisk.c,v 1.1 2006/09/07 01:55:03 uwe Exp $ */
@@ -433,5 +433,5 @@ rs5c313_landisk_attach(struct device *parent, struct device *self, void *aux)
}
rs5c313_ops._cookie = sc;
- sh_clock_init(0, &rs5c313_ops);
+ sh_clock_init(SH_CLOCK_NORTC, &rs5c313_ops);
}